public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2811] [documentation] Fix GTY header file example
@ 2021-08-09 11:28 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2021-08-09 11:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:67b8443bd1f6cfb194eed6043a3acca4369fd09c

commit r12-2811-g67b8443bd1f6cfb194eed6043a3acca4369fd09c
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Aug 4 14:01:56 2021 +0200

    [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.

Diff:
---
 gcc/doc/gty.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi
index aaf97ae9ad5..b90931dcc9c 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}!


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-09 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 11:28 [gcc r12-2811] [documentation] Fix GTY header file example Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).