diff options
| author | Adrian Prantl <aprantl@apple.com> | 2014-04-02 15:49:37 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2014-04-02 15:49:37 +0000 |
| commit | f79621e44020c6abdcdd3b0c62c8ab3250aff9e5 (patch) | |
| tree | 6021b7deb42881d6703b59a55ad748b37c5680c8 | |
| parent | e7f59bb04d66cf515a141f8bf1c1a4acd3896592 (diff) | |
| download | bcm5719-llvm-f79621e44020c6abdcdd3b0c62c8ab3250aff9e5.tar.gz bcm5719-llvm-f79621e44020c6abdcdd3b0c62c8ab3250aff9e5.zip | |
fix a comment to use ASCII aprostrophes.
llvm-svn: 205428
| -rw-r--r-- | llvm/include/llvm/IR/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/DebugInfo.h b/llvm/include/llvm/IR/DebugInfo.h index bf3ae983817..f7244b83f55 100644 --- a/llvm/include/llvm/IR/DebugInfo.h +++ b/llvm/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. |

