From 9c7668bbd45a5af129da655fe9c18a8539a2f93e Mon Sep 17 00:00:00 2001 From: Arvind Sankar Date: Wed, 19 May 1999 01:56:41 +0000 Subject: [PATCH] * gxxint.texi: Fix typo. From-SVN: r27006 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/gxxint.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b2277da733ec..fb8c4a187256 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Wed May 19 02:50:53 1999 Arvind Sankar + + * gxxint.texi: Fix typo. + 1999-05-19 Jason Merrill * call.c (find_scoped_type, resolve_scope_to_name): Lose. diff --git a/gcc/cp/gxxint.texi b/gcc/cp/gxxint.texi index c63b672959b9..05f1373b2525 100644 --- a/gcc/cp/gxxint.texi +++ b/gcc/cp/gxxint.texi @@ -1748,7 +1748,7 @@ Used to indicate a template function. Encodes the C++ and Java @code{int} types. @item I -Encodes typedef names of the form @code{int@var{n}_t, where @var{n} is a +Encodes typedef names of the form @code{int@var{n}_t}, where @var{n} is a positive decimal number. The @samp{I} is followed by either two hexidecimal digits, which encode the value of @var{n}, or by an arbitrary number of hexidecimal digits between underscores. For -- 2.47.2