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 95510a0..5551dde 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 bfb97e3..b85f518 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