diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-10-21 23:55:19 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-10-21 23:55:19 +0000 |
commit | 8d6ad83253a8fcf4dbf48850db096c27fc45c3f0 (patch) | |
tree | 727cb5d8c49de55503f5d4a7baf1db64100d8ce0 /include | |
parent | 5e206fcf3065950f081bd39a3116b3c3c3bbb9f7 (diff) | |
download | external_llvm-8d6ad83253a8fcf4dbf48850db096c27fc45c3f0.zip external_llvm-8d6ad83253a8fcf4dbf48850db096c27fc45c3f0.tar.gz external_llvm-8d6ad83253a8fcf4dbf48850db096c27fc45c3f0.tar.bz2 |
fix two typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/DIBuilder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/DIBuilder.h b/include/llvm/DIBuilder.h index 44ce3e4..420dcef 100644 --- a/include/llvm/DIBuilder.h +++ b/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, |