* 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
+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
@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