[cfe-commits] r92307 - /cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp
Douglas Gregor
dgregor at apple.com
Wed Dec 30 08:01:52 PST 2009
Author: dgregor
Date: Wed Dec 30 10:01:52 2009
New Revision: 92307
URL: http://llvm.org/viewvc/llvm-project?rev=92307&view=rev
Log:
Fix typo in comment
Modified:
cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp
Modified: cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp?rev=92307&r1=92306&r2=92307&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp (original)
+++ cfe/trunk/lib/Sema/SemaCXXScopeSpec.cpp Wed Dec 30 10:01:52 2009
@@ -329,7 +329,7 @@
/// This routine differs only slightly from ActOnCXXNestedNameSpecifier, in
/// that it contains an extra parameter \p ScopeLookupResult, which provides
/// the result of name lookup within the scope of the nested-name-specifier
-/// that was computed at template definitino time.
+/// that was computed at template definition time.
///
/// If ErrorRecoveryLookup is true, then this call is used to improve error
/// recovery. This means that it should not emit diagnostics, it should
More information about the cfe-commits
mailing list