[llvm] r199537 - typo

Adrian Prantl aprantl at apple.com
Fri Jan 17 18:12:11 PST 2014


Author: adrian
Date: Fri Jan 17 20:12:10 2014
New Revision: 199537

URL: http://llvm.org/viewvc/llvm-project?rev=199537&view=rev
Log:
typo

Modified:
    llvm/trunk/include/llvm/DIBuilder.h

Modified: llvm/trunk/include/llvm/DIBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DIBuilder.h?rev=199537&r1=199536&r2=199537&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/DIBuilder.h Fri Jan 17 20:12:10 2014
@@ -545,7 +545,7 @@ namespace llvm {
     /// @param File          File where this variable is defined.
     /// @param LineNo        Line number.
     /// @param Ty            Function type.
-    /// @param isLocalToUnit True if this function is not externally visible..
+    /// @param isLocalToUnit True if this function is not externally visible.
     /// @param isDefinition  True if this is a function definition.
     /// @param ScopeLine     Set to the beginning of the scope this starts
     /// @param Flags         e.g. is this function prototyped or not.





More information about the llvm-commits mailing list