forked from OSchip/llvm-project
fix a comment to use ASCII aprostrophes.
llvm-svn: 205428
This commit is contained in:
parent
e7f59bb04d
commit
f79621e440
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue