[cfe-commits] r133187 - /cfe/trunk/include/clang/Basic/SourceManager.h

Jonathan D. Turner jonathan.d.turner at gmail.com
Thu Jun 16 13:47:21 PDT 2011


Author: jonturner
Date: Thu Jun 16 15:47:21 2011
New Revision: 133187

URL: http://llvm.org/viewvc/llvm-project?rev=133187&view=rev
Log:
Fix of a minor 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=133187&r1=133186&r2=133187&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Thu Jun 16 15:47:21 2011
@@ -89,7 +89,7 @@
 
     /// getBuffer - Returns the memory buffer for the associated content.
     ///
-    /// \param Diag Object through which diagnostics will be emitted it the
+    /// \param Diag Object through which diagnostics will be emitted if the
     /// buffer cannot be retrieved.
     /// 
     /// \param Loc If specified, is the location that invalid file diagnostics





More information about the cfe-commits mailing list