c.texi (Compilation): Remove a spurious ','.

This commit is contained in:
Ineiev 2025-05-05 10:26:55 +00:00
parent 91873bac90
commit 0c3db70f1f
1 changed files with 1 additions and 1 deletions

2
c.texi
View File

@ -12509,7 +12509,7 @@ compilation modules, making an @dfn{object file} for that module. The
last step is to @dfn{link} the many object files together into a
single executable for the whole program.
For, the full details of how to compile C programs (and other
For the full details of how to compile C programs (and other
languages' programs) with GCC, see @ref{Top,,, gcc, Using the GNU
Compiler Collection}. On the Web, all is available through
@url{https://gcc.gnu.org/onlinedocs/}. Here we give only a simple