diff options
| author | Eric Christopher <echristo@apple.com> | 2011-11-09 18:53:37 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-11-09 18:53:37 +0000 |
| commit | 0c7c931dbf3876bcfa6c8be3cc8c9e54eff433b4 (patch) | |
| tree | 41170b5dd28a88c1fc35736f1732be4ee1610bcb /llvm | |
| parent | 83b700977ebeb4ec9895d45208cf6276969f472f (diff) | |
| download | bcm5719-llvm-0c7c931dbf3876bcfa6c8be3cc8c9e54eff433b4.tar.gz bcm5719-llvm-0c7c931dbf3876bcfa6c8be3cc8c9e54eff433b4.zip | |
Fix typo.
llvm-svn: 144198
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Analysis/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/DebugInfo.h b/llvm/include/llvm/Analysis/DebugInfo.h index 11afabd636d..09edfd746d2 100644 --- a/llvm/include/llvm/Analysis/DebugInfo.h +++ b/llvm/include/llvm/Analysis/DebugInfo.h @@ -816,7 +816,7 @@ namespace llvm { /// addGlobalVariable - Add global variable into GVs. bool addGlobalVariable(DIGlobalVariable DIG); - // addSubprogram - Add subprgoram into SPs. + // addSubprogram - Add subprogram into SPs. bool addSubprogram(DISubprogram SP); /// addType - Add type into Tys. |

