summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-10-21 23:55:19 +0000
committerAdrian Prantl <aprantl@apple.com>2013-10-21 23:55:19 +0000
commitefe4520b72016d1cd404ace33bbe61a6d20ed745 (patch)
tree63adb86233c74910dc232cdcf69812e01d2d2c1f
parent4fdb5863b93c73150eac3e708514b1b15f4300f4 (diff)
downloadbcm5719-llvm-efe4520b72016d1cd404ace33bbe61a6d20ed745.tar.gz
bcm5719-llvm-efe4520b72016d1cd404ace33bbe61a6d20ed745.zip
fix two typos.
llvm-svn: 193133
-rw-r--r--llvm/include/llvm/DIBuilder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/DIBuilder.h b/llvm/include/llvm/DIBuilder.h
index 44ce3e42132..420dcef651a 100644
--- a/llvm/include/llvm/DIBuilder.h
+++ b/llvm/include/llvm/DIBuilder.h
@@ -507,7 +507,7 @@ namespace llvm {
/// @param AlwaysPreserve Boolean. Set to true if debug info for this
/// variable should be preserved in optimized build.
/// @param Flags Flags, e.g. artificial variable.
- /// @param ArgNo If this variable is an arugment then this argument's
+ /// @param ArgNo If this variable is an argument then this argument's
/// number. 1 indicates 1st argument.
DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
StringRef Name,
@@ -527,7 +527,7 @@ namespace llvm {
/// @param LineNo Line number.
/// @param Ty Variable Type
/// @param Addr An array of complex address operations.
- /// @param ArgNo If this variable is an arugment then this argument's
+ /// @param ArgNo If this variable is an argument then this argument's
/// number. 1 indicates 1st argument.
DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
StringRef Name, DIFile F, unsigned LineNo,
OpenPOWER on IntegriCloud