summaryrefslogtreecommitdiff
path: root/include/llvm/IR
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-04-02 15:49:37 +0000
committerAdrian Prantl <aprantl@apple.com>2014-04-02 15:49:37 +0000
commitf1d7924f612de895bc31f3301141440997098459 (patch)
tree88c167544ae712301d7ca3b90b430b75d80ca9d1 /include/llvm/IR
parent6584d946102f0e52e7365fa8d05922b6dee29e70 (diff)
downloadllvm-f1d7924f612de895bc31f3301141440997098459.tar.gz
llvm-f1d7924f612de895bc31f3301141440997098459.tar.bz2
llvm-f1d7924f612de895bc31f3301141440997098459.tar.xz
fix a comment to use ASCII aprostrophes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IR')
-rw-r--r--include/llvm/IR/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/DebugInfo.h b/include/llvm/IR/DebugInfo.h
index bf3ae98381..f7244b83f5 100644
--- a/include/llvm/IR/DebugInfo.h
+++ b/include/llvm/IR/DebugInfo.h
@@ -200,7 +200,7 @@ typedef DIRef<DIType> DITypeRef;
///
/// Although, implementation-wise, DIScope is the parent class of most
/// other DIxxx classes, including DIType and its descendants, most of
-/// DIScope’s descendants are not a substitutable subtype of
+/// DIScope's descendants are not a substitutable subtype of
/// DIScope. The DIDescriptor::isScope() method only is true for
/// DIScopes that are scopes in the strict lexical scope sense
/// (DICompileUnit, DISubprogram, etc.), but not for, e.g., a DIType.