From: Adrian Prantl Date: Sat, 18 Jan 2014 02:12:10 +0000 (+0000) Subject: typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4bd80f02d6891e7718e0d53f3e89640edeea5371;p=oota-llvm.git typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199537 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DIBuilder.h b/include/llvm/DIBuilder.h index 44f40819c71..c8595a02f1b 100644 --- a/include/llvm/DIBuilder.h +++ b/include/llvm/DIBuilder.h @@ -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.