From f79621e44020c6abdcdd3b0c62c8ab3250aff9e5 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 2 Apr 2014 15:49:37 +0000 Subject: [PATCH] fix a comment to use ASCII aprostrophes. llvm-svn: 205428 --- llvm/include/llvm/IR/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/DebugInfo.h b/llvm/include/llvm/IR/DebugInfo.h index bf3ae983817c..f7244b83f55b 100644 --- a/llvm/include/llvm/IR/DebugInfo.h +++ b/llvm/include/llvm/IR/DebugInfo.h @@ -200,7 +200,7 @@ typedef DIRef 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.