fix a comment to use ASCII aprostrophes.

llvm-svn: 205428
This commit is contained in:
Adrian Prantl 2014-04-02 15:49:37 +00:00
parent e7f59bb04d
commit f79621e440
1 changed files with 1 additions and 1 deletions

View File

@ -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
/// DIScopes 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.