]> granicus.if.org Git - clang/commitdiff
Fix a typo.
authorDan Gohman <gohman@apple.com>
Thu, 26 Aug 2010 02:27:03 +0000 (02:27 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 26 Aug 2010 02:27:03 +0000 (02:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112151 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceManager.h

index dbd7d5246922e993fc3c111bdc4cf1882f0cf3d1..a4aee0af38faabed7773acaacec8905db9e4de58 100644 (file)
@@ -508,7 +508,7 @@ public:
   /// \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.