From 4432a618e5b7c31ccdbe0efc0384a6c86c23c8d9 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 3 Jan 2014 19:42:04 +0000 Subject: Fix typo. Thanks to Owen Anderson for noticing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198443 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/LangRef.rst b/docs/LangRef.rst index f3213989fe..cc932515d2 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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::...`` This specifies a set of native integer widths for the target CPU in bits. For example, it might contain ``n32`` for 32-bit PowerPC, -- cgit v1.2.3