From: Alp Toker Date: Tue, 22 Oct 2013 09:00:49 +0000 (+0000) Subject: Fix comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89673e0c7edb17927d531857be56766894c347c3;p=clang Fix comment typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193154 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index e01c0324f8..5c4b59f09d 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -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. ///