[cfe-commits] r65027 - /cfe/trunk/include/clang/Driver/InitHeaderSearch.h
Chris Lattner
sabre at nondot.org
Wed Feb 18 22:49:30 PST 2009
Author: lattner
Date: Thu Feb 19 00:49:30 2009
New Revision: 65027
URL: http://llvm.org/viewvc/llvm-project?rev=65027&view=rev
Log:
standardise on bastardised american spelling.
Modified:
cfe/trunk/include/clang/Driver/InitHeaderSearch.h
Modified: cfe/trunk/include/clang/Driver/InitHeaderSearch.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/InitHeaderSearch.h?rev=65027&r1=65026&r2=65027&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/InitHeaderSearch.h (original)
+++ cfe/trunk/include/clang/Driver/InitHeaderSearch.h Thu Feb 19 00:49:30 2009
@@ -64,7 +64,7 @@
/// that e.g. stdio.h is found.
void AddDefaultSystemIncludePaths(const LangOptions &Lang);
- /// Realise - Merges all search path lists into one list and send it to
+ /// Realize - Merges all search path lists into one list and send it to
/// HeaderSearch.
void Realize();
};
More information about the cfe-commits
mailing list