]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Fix unicode chars into ascii in comment lines.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 27 Oct 2014 08:08:18 +0000 (08:08 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 27 Oct 2014 08:08:18 +0000 (08:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220668 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Object/MachOObjectFile.cpp

index ad2fd03f9eeb60353e03a7c174d33ed09938a05b..75e39fdf720198967c640ab90411d5b6c6be8605 100644 (file)
@@ -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.  
 //