From 231c52be92de1c8fbf6e9faa9f2f4906f3f0ddbf Mon Sep 17 00:00:00 2001
From: jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon, 4 Jun 2001 19:50:50 +0000
Subject: [PATCH] 	* doc/c-tree.texi: Fix documentation of
 TREE_STRING_LENGTH for 	wide strings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42878 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog       | 5 +++++
 gcc/doc/c-tree.texi | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 38d6aaf5d5bb..b835dd955b65 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-04  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/c-tree.texi: Fix documentation of TREE_STRING_LENGTH for
+	wide strings.
+
 Mon Jun  4 20:44:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
 	* simplify-rtx.c (simplify_subreg): Fix combining of
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi
index 9a1ee2f863ba..1e2f32db9989 100644
--- a/gcc/doc/c-tree.texi
+++ b/gcc/doc/c-tree.texi
@@ -1826,7 +1826,7 @@ embedded @code{NUL} characters.  Therefore, the
 present.
 
 For wide string constants, the @code{TREE_STRING_LENGTH} is the number
-of wide characters in the string, and the @code{TREE_STRING_POINTER}
+of bytes in the string, and the @code{TREE_STRING_POINTER}
 points to an array of the bytes of the string, as represented on the
 target system (that is, as integers in the target endianness).  Wide and
 non-wide string constants are distinguished only by the @code{TREE_TYPE}
-- 
GitLab