From: Dan Gohman Date: Thu, 26 Aug 2010 02:27:03 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afbf5f810652f04c0bba235c0fa079885fb3caa8;p=clang Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112151 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index dbd7d52469..a4aee0af38 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -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.