c-tree.texi (IDENTIFIER_LENGTH): Fix typo.
authorPhil Edwards <pme@gcc.gnu.org>
Tue, 23 Jan 2001 18:36:53 +0000 (18:36 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Tue, 23 Jan 2001 18:36:53 +0000 (18:36 +0000)
2001-01-23  Phil Edwards  <pme@sources.redhat.com>

* c-tree.texi (IDENTIFIER_LENGTH):  Fix typo.

From-SVN: r39204

gcc/ChangeLog
gcc/c-tree.texi

index d227b85caf64d91423263517d03d1bf7681f214b..32ccbcfa5d59f436eefdb2a01de853991858f4cc 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-23  Phil Edwards  <pme@sources.redhat.com>
+
+       * c-tree.texi (IDENTIFIER_LENGTH):  Fix typo.
+
 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
 
        * integrate.h (struct inline_remap): Add compare_src, compare_mode.
index 7b1d08dc5f49cece49fbb5b5085b0966cb39cd1d..c62070a2787a4f5ee69429bc5e716ba932f3604e 100644 (file)
@@ -252,7 +252,7 @@ no embedded @code{NUL} characters.
 @item IDENTIFIER_LENGTH
 The length of the string returned by @code{IDENTIFIER_POINTER}, not
 including the trailing @code{NUL}.  This value of
-@code{IDENTIFIER_POINTER (x)} is always the same as @code{strlen
+@code{IDENTIFIER_LENGTH (x)} is always the same as @code{strlen
 (IDENTIFIER_POINTER (x))}.
 
 @item IDENTIFIER_OPNAME_P