standardise on bastardised american spelling.

llvm-svn: 65027
This commit is contained in:
Chris Lattner 2009-02-19 06:49:30 +00:00
parent 06ef388a61
commit bd4dc67bd2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public:
/// 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();
};