Fix typo.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 3 Jan 2014 19:42:04 +0000 (19:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 3 Jan 2014 19:42:04 +0000 (19:42 +0000)
Thanks to Owen Anderson for noticing it.

llvm-svn: 198443

llvm/docs/LangRef.rst

index f321398..cc93251 100644 (file)
@@ -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,