From 4bd80f02d6891e7718e0d53f3e89640edeea5371 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Sat, 18 Jan 2014 02:12:10 +0000 Subject: [PATCH] typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199537 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DIBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1