OSDN Git Service

2003-11-27 Gunther Nikl <gni@gecko.de>
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Nov 2003 11:24:42 +0000 (11:24 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Nov 2003 11:24:42 +0000 (11:24 +0000)
* doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73990 138bc75d-0d04-0410-961f-82ee72b054a4

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