summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-01-18 02:12:10 +0000
committerAdrian Prantl <aprantl@apple.com>2014-01-18 02:12:10 +0000
commit4bd80f02d6891e7718e0d53f3e89640edeea5371 (patch)
treec1c15bfbb4ae185b75f489f86bc9cec9ee95dd05 /include/llvm
parentf9af5bdd63a1dd587119de45d73e198e8b203974 (diff)
downloadllvm-4bd80f02d6891e7718e0d53f3e89640edeea5371.tar.gz
llvm-4bd80f02d6891e7718e0d53f3e89640edeea5371.tar.bz2
llvm-4bd80f02d6891e7718e0d53f3e89640edeea5371.tar.xz
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/DIBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DIBuilder.h b/include/llvm/DIBuilder.h
index 44f40819c7..c8595a02f1 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.