]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gxxint.texi: Fix typo.
authorArvind Sankar <arvinds@mit.edu>
Wed, 19 May 1999 01:56:41 +0000 (01:56 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 19 May 1999 01:56:41 +0000 (19:56 -0600)
From-SVN: r27006

gcc/cp/ChangeLog
gcc/cp/gxxint.texi

index b2277da733ecfb8deb464b77140a88363246d5a7..fb8c4a187256ed949dbdb71b44d7ccf5c99cce5b 100644 (file)
@@ -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.
index c63b672959b92eff8b6b0c976990c4cbbb567450..05f1373b2525c72d9898fefae4ce5df8959a66a9 100644 (file)
@@ -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