r193281 - Fix typo.
Ted Kremenek
kremenek at apple.com
Wed Oct 23 15:25:59 PDT 2013
Author: kremenek
Date: Wed Oct 23 17:25:59 2013
New Revision: 193281
URL: http://llvm.org/viewvc/llvm-project?rev=193281&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/docs/LanguageExtensions.rst
Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=193281&r1=193280&r2=193281&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Wed Oct 23 17:25:59 2013
@@ -1196,7 +1196,7 @@ these cases, we provide an attribute to
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
More information about the cfe-commits
mailing list