summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-11-09 18:53:37 +0000
committerEric Christopher <echristo@apple.com>2011-11-09 18:53:37 +0000
commitecfd04b272940374323c2e6e57aff06ff5c4f133 (patch)
treef6fe8eda8a4a3fe2667d563a963d6753b081e72d /include
parent2808853c5b22f8b4328d7ac9e37da23e7b52b8c2 (diff)
downloadllvm-ecfd04b272940374323c2e6e57aff06ff5c4f133.tar.gz
llvm-ecfd04b272940374323c2e6e57aff06ff5c4f133.tar.bz2
llvm-ecfd04b272940374323c2e6e57aff06ff5c4f133.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144198 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 11afabd636..09edfd746d 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/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.