OSDN Git Service

* doc/gty.texi, doc/makefile.texi, doc/sourcebuild.texi: Don't
[pf3gnuchains/gcc-fork.git] / gcc / doc / gty.texi
index c375e24..dafad02 100644 (file)
@@ -424,7 +424,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{objc/objc-parse.c} is called @file{gt-objc-objc-parse.c}.  The
+@file{cp/parser.c} is called @file{gt-cp-parser.c}.  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}!