]> granicus.if.org Git - clang/commitdiff
Fix comment typo
authorAlp Toker <alp@nuanti.com>
Tue, 22 Oct 2013 09:00:49 +0000 (09:00 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 22 Oct 2013 09:00:49 +0000 (09:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193154 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDecl.cpp

index e01c0324f8ccdc4eae12a61d40f3452cdddefcd5..5c4b59f09d5715f798610341ce17e707e83ad879 100644 (file)
@@ -2743,7 +2743,7 @@ bool Sema::MergeFunctionDecl(FunctionDecl *New, Decl *OldD, Scope *S,
 /// known to be compatible.
 ///
 /// This routine handles the merging of attributes and other
-/// properties of function declarations form the old declaration to
+/// properties of function declarations from the old declaration to
 /// the new declaration, once we know that New is in fact a
 /// redeclaration of Old.
 ///