]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Oct 2013 22:25:59 +0000 (22:25 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Oct 2013 22:25:59 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193281 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index afd96cab5d63e5f2f4b848562edcf2ff2ac2027a..ca02b7e4f0e6b804ddbf16efd3a0b61533937b8b 100644 (file)
@@ -1196,7 +1196,7 @@ these cases, we provide an attribute to designate that a method requires a
 This attribute can only be applied the method declarations within a class, and not a protocol.
 
 Note that on both OS X and iOS that the Foundation framework provides a
-convenience macro ``NS_REQUIRES_SUPER`` that provides syntantic sugar for this
+convenience macro ``NS_REQUIRES_SUPER`` that provides syntactic sugar for this
 attribute:
 
 .. code-block:: objc