r193154 - Fix comment typo

Alp Toker alp at nuanti.com
Tue Oct 22 02:00:50 PDT 2013


Author: alp
Date: Tue Oct 22 04:00:49 2013
New Revision: 193154

URL: http://llvm.org/viewvc/llvm-project?rev=193154&view=rev
Log:
Fix comment typo

Modified:
    cfe/trunk/lib/Sema/SemaDecl.cpp

Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=193154&r1=193153&r2=193154&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDecl.cpp Tue Oct 22 04:00:49 2013
@@ -2743,7 +2743,7 @@ bool Sema::MergeFunctionDecl(FunctionDec
 /// 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.
 ///





More information about the cfe-commits mailing list