diff options
author | Kai Tietz <ktietz@gcc.gnu.org> | 2008-06-03 11:57:30 +0200 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2008-06-03 11:57:30 +0200 |
commit | f9ac6b1e102134cd6c651269e01bfec48b8e80ec (patch) | |
tree | 13c791cc9fbace8f7568e0d25e2515f92f65a4ea /gcc | |
parent | 7c8009267b4fd51593b4aca97b9e958e11f4bcf0 (diff) | |
download | gcc-f9ac6b1e102134cd6c651269e01bfec48b8e80ec.zip gcc-f9ac6b1e102134cd6c651269e01bfec48b8e80ec.tar.gz gcc-f9ac6b1e102134cd6c651269e01bfec48b8e80ec.tar.bz2 |
Fixed typo.
From-SVN: r136314
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 9c02560..86d1574 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2509,7 +2509,7 @@ independent and hence this attribute must not be used for objects defined by shared libraries. @item ms_abi/sysv_abi -@cindex @code[ms_abi} attribute +@cindex @code{ms_abi} attribute @cindex @code{sysv_abi} attribute On 64-bit x86_65-*-* targets, you can use an ABI attribute to indicate |