diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-19 01:56:41 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-19 01:56:41 +0000 |
| commit | 90028435f52e6fc46ff38d4dc1c06fb7373c3202 (patch) | |
| tree | 40bb32ff59148889db43b5f4e3e3b3cd4f95cbee | |
| parent | 86a7768b297b9d7e90bd7887bb62418fe9e95f38 (diff) | |
| download | ppe42-gcc-90028435f52e6fc46ff38d4dc1c06fb7373c3202.tar.gz ppe42-gcc-90028435f52e6fc46ff38d4dc1c06fb7373c3202.zip | |
* gxxint.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27006 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 b2277da733e..fb8c4a18725 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 c63b672959b..05f1373b252 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 |

