[cfe-commits] r112151 - /cfe/trunk/include/clang/Basic/SourceManager.h
Dan Gohman
gohman at apple.com
Wed Aug 25 19:27:03 PDT 2010
Author: djg
Date: Wed Aug 25 21:27:03 2010
New Revision: 112151
URL: http://llvm.org/viewvc/llvm-project?rev=112151&view=rev
Log:
Fix a typo.
Modified:
cfe/trunk/include/clang/Basic/SourceManager.h
Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=112151&r1=112150&r2=112151&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Wed Aug 25 21:27:03 2010
@@ -508,7 +508,7 @@
/// \brief Override the contents of the given source file by providing an
/// already-allocated buffer.
///
- /// \param SourceFile the source file whose contents will be override.
+ /// \param SourceFile the source file whose contents will be overriden.
///
/// \param Buffer the memory buffer whose contents will be used as the
/// data in the given source file.
More information about the cfe-commits
mailing list