]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 21 Dec 2012 17:14:23 +0000 (17:14 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 21 Dec 2012 17:14:23 +0000 (17:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170904 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/Format.cpp

index fd08de57baaf5971b57f6f3333e6c9952fa4b15e..6983f73499b26a3993df5fc7cf3c6ab8174ecb5a 100644 (file)
@@ -612,7 +612,7 @@ public:
       } else if (Line.Tokens[i].Tok.is(tok::at) &&
                  Line.Tokens[i - 2].Tok.is(tok::at)) {
         // Don't put two objc's '@' on the same line. This could happen,
-        // as in, @optinal @property ...
+        // as in, @optional @property ...
         Annotation.MustBreakBefore = true;
       } else if (Line.Tokens[i].Tok.is(tok::colon)) {
         Annotation.SpaceRequiredBefore =