[llvm] r205428 - fix a comment to use ASCII aprostrophes.

Adrian Prantl aprantl at apple.com
Wed Apr 2 08:49:37 PDT 2014


Author: adrian
Date: Wed Apr  2 10:49:37 2014
New Revision: 205428

URL: http://llvm.org/viewvc/llvm-project?rev=205428&view=rev
Log:
fix a comment to use ASCII aprostrophes.

Modified:
    llvm/trunk/include/llvm/IR/DebugInfo.h

Modified: llvm/trunk/include/llvm/IR/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DebugInfo.h?rev=205428&r1=205427&r2=205428&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/IR/DebugInfo.h Wed Apr  2 10:49:37 2014
@@ -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.





More information about the llvm-commits mailing list