typo
authorAdrian Prantl <aprantl@apple.com>
Sat, 18 Jan 2014 02:12:10 +0000 (02:12 +0000)
committerAdrian Prantl <aprantl@apple.com>
Sat, 18 Jan 2014 02:12:10 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199537 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DIBuilder.h

index 44f40819c71900436646d96da5f7fdfffdb1c8c4..c8595a02f1ba15faf4919f534cdfa97e42d4ced5 100644 (file)
@@ -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.