diff options
author | Arvind Sankar <arvinds@mit.edu> | 1999-05-19 01:56:41 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-18 19:56:41 -0600 |
commit | 9c7668bbd45a5af129da655fe9c18a8539a2f93e (patch) | |
tree | 40bb32ff59148889db43b5f4e3e3b3cd4f95cbee | |
parent | 446ba5266e61866204a640e27614e68c793512e4 (diff) | |
download | gcc-9c7668bbd45a5af129da655fe9c18a8539a2f93e.zip gcc-9c7668bbd45a5af129da655fe9c18a8539a2f93e.tar.gz gcc-9c7668bbd45a5af129da655fe9c18a8539a2f93e.tar.bz2 |
* gxxint.texi: Fix typo.
From-SVN: r27006
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/gxxint.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b2277da..fb8c4a1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Wed May 19 02:50:53 1999 Arvind Sankar <arvinds@mit.edu> + + * gxxint.texi: Fix typo. + 1999-05-19 Jason Merrill <jason@yorick.cygnus.com> * call.c (find_scoped_type, resolve_scope_to_name): Lose. diff --git a/gcc/cp/gxxint.texi b/gcc/cp/gxxint.texi index c63b672..05f1373 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 |