tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.
authorGunther Nikl <gni@gecko.de>
Thu, 27 Nov 2003 11:24:42 +0000 (11:24 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 27 Nov 2003 11:24:42 +0000 (11:24 +0000)
2003-11-27  Gunther Nikl  <gni@gecko.de>

* doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.

From-SVN: r73990

gcc/ChangeLog
gcc/doc/tm.texi

index 95510a02fef4e4655087960edbd820f979625ec9..5551dde41699c03448a3aeef8c7ad351c847f2a4 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-27  Gunther Nikl  <gni@gecko.de>
+
+       * doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.
+
 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR optimization/13041
index bfb97e3ee19d2410cb62e096f97a122a29c2bc6e..b85f5185942946eecfd4445d33b20ed023d8e039 100644 (file)
@@ -329,7 +329,7 @@ et al, within sysroot+suffix.
 @defmac SYSROOT_HEADERS_SUFFIX_SPEC
 Define this macro to add a headers_suffix to the target sysroot when
 GCC is configured with a sysroot.  This will cause GCC to pass the
-updated sysroot+headers_suffix to CPP@, causing it to search for
+updated sysroot+headers_suffix to CPP, causing it to search for
 usr/include, et al, within sysroot+headers_suffix.
 @end defmac