[cfe-commits] r139128 - /cfe/trunk/include/clang/AST/Decl.h
Peter Collingbourne
peter at pcc.me.uk
Mon Sep 5 19:08:36 PDT 2011
Author: pcc
Date: Mon Sep 5 21:08:36 2011
New Revision: 139128
URL: http://llvm.org/viewvc/llvm-project?rev=139128&view=rev
Log:
Fix typo
Modified:
cfe/trunk/include/clang/AST/Decl.h
Modified: cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=139128&r1=139127&r2=139128&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Mon Sep 5 21:08:36 2011
@@ -1965,7 +1965,7 @@
/// specialization or a member of a class template specialization.
///
/// \returns the first point of instantiation, if this function was
- /// instantiated from a template; otherwie, returns an invalid source
+ /// instantiated from a template; otherwise, returns an invalid source
/// location.
SourceLocation getPointOfInstantiation() const;
More information about the cfe-commits
mailing list