diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2021-08-04 14:01:56 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2021-08-09 13:27:54 +0200 |
commit | 67b8443bd1f6cfb194eed6043a3acca4369fd09c (patch) | |
tree | 65f0b4a83b2840c72e9edb623ca4666f2e1b9a90 /gcc | |
parent | 848bcda52d7431c3be9c33c9803928ae7c54583a (diff) | |
download | gcc-67b8443bd1f6cfb194eed6043a3acca4369fd09c.zip gcc-67b8443bd1f6cfb194eed6043a3acca4369fd09c.tar.gz gcc-67b8443bd1f6cfb194eed6043a3acca4369fd09c.tar.bz2 |
[documentation] Fix GTY header file example
Fix-up for CVS 'gcc/doc/gty.texi' r1.6 (Subversion r55857, Git
commit cba57c9d40057fa78efc9a404ab4ae7101a59dcb) "Minor doc updates"
gcc/
* doc/gty.texi (Files): Fix GTY header file example.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/gty.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index aaf97ae..b90931d 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -628,7 +628,7 @@ header file that should be included in the source file you just changed. The file will be called @file{gt-@var{path}.h} where @var{path} is the pathname relative to the @file{gcc} directory with slashes replaced by @verb{|-|}, so for example the header file to be included in -@file{cp/parser.c} is called @file{gt-cp-parser.c}. The +@file{cp/parser.c} is called @file{gt-cp-parser.h}. The generated header file should be included after everything else in the source file. Don't forget to mention this file as a dependency in the @file{Makefile}! |