[llvm] r220668 - Fix unicode chars into ascii in comment lines.

NAKAMURA Takumi geek4civic at gmail.com
Mon Oct 27 01:08:19 PDT 2014


Author: chapuni
Date: Mon Oct 27 03:08:18 2014
New Revision: 220668

URL: http://llvm.org/viewvc/llvm-project?rev=220668&view=rev
Log:
Fix unicode chars into ascii in comment lines.

Modified:
    llvm/trunk/lib/Object/MachOObjectFile.cpp

Modified: llvm/trunk/lib/Object/MachOObjectFile.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Object/MachOObjectFile.cpp?rev=220668&r1=220667&r2=220668&view=diff
==============================================================================
--- llvm/trunk/lib/Object/MachOObjectFile.cpp (original)
+++ llvm/trunk/lib/Object/MachOObjectFile.cpp Mon Oct 27 03:08:18 2014
@@ -1609,7 +1609,7 @@ void ExportEntry::pushDownUntilBottom()
 // string that is the accumulation of all edge strings along the parent chain
 // to this point.
 //
-// There is one “export” node for each exported symbol.  But because some
+// There is one "export" node for each exported symbol.  But because some
 // symbols may be a prefix of another symbol (e.g. _dup and _dup2), an export
 // node may have child nodes too.  
 //





More information about the llvm-commits mailing list