This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix doc typo


As pointed out by Joern.

Neil.

	* doc/tm.texi: Fix typo.

Index: doc/tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.132
diff -u -p -r1.132 tm.texi
--- doc/tm.texi	19 May 2002 21:53:53 -0000	1.132
+++ doc/tm.texi	21 May 2002 22:23:29 -0000
@@ -587,7 +587,7 @@ Here are run-time target specifications.
 @item TARGET_CPU_CPP_BUILTINS()
 This function-like macro expands to a block of code that defines
 built-in preprocessor macros and assertions for the target cpu, using
-the functions @code{builtin_macro}, @code{builtin_macro_std} and
+the functions @code{builtin_define}, @code{builtin_define_std} and
 @code{builtin_assert} declared in @file{c-lex.h}.  When the front end
 calls this macro it provides a trailing semicolon, and since it has
 finished command line option processing your code can use those


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]