[llvm] r198443 - Fix typo.

Rafael Espindola rafael.espindola at gmail.com
Fri Jan 3 11:42:04 PST 2014


Author: rafael
Date: Fri Jan  3 13:42:04 2014
New Revision: 198443

URL: http://llvm.org/viewvc/llvm-project?rev=198443&view=rev
Log:
Fix typo.

Thanks to Owen Anderson for noticing it.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=198443&r1=198442&r2=198443&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jan  3 13:42:04 2014
@@ -1168,7 +1168,7 @@ as follows:
    * ``o``: Mach-O mangling: Private symbols get ``L`` prefix. Other
     symbols get a ``_`` prefix.
    * ``c``:  COFF prefix:  Similar to Mach-O, but stdcall and fastcall
-  functions also get a sufiix based on the frame size.
+  functions also get a suffix based on the frame size.
 ``n<size1>:<size2>:<size3>...``
     This specifies a set of native integer widths for the target CPU in
     bits. For example, it might contain ``n32`` for 32-bit PowerPC,





More information about the llvm-commits mailing list