From f1d7924f612de895bc31f3301141440997098459 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205428 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/IR/DebugInfo.h b/include/llvm/IR/DebugInfo.h index bf3ae983817..f7244b83f55 100644 --- a/include/llvm/IR/DebugInfo.h +++ b/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. -- 2.34.1