summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-27 08:08:18 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-27 08:08:18 +0000
commit59c74b225a3dcd20517eb7cbeeb9e2149e702c0e (patch)
treec7d593778daabbf974a25ad9edb05f4e2f27b230 /llvm/lib/Object/MachOObjectFile.cpp
parent7ef5796b2025a6d731ace9ffd8c189163bc551cb (diff)
downloadbcm5719-llvm-59c74b225a3dcd20517eb7cbeeb9e2149e702c0e.tar.gz
bcm5719-llvm-59c74b225a3dcd20517eb7cbeeb9e2149e702c0e.zip
Fix unicode chars into ascii in comment lines.
llvm-svn: 220668
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
-rw-r--r--llvm/lib/Object/MachOObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/MachOObjectFile.cpp b/llvm/lib/Object/MachOObjectFile.cpp
index ad2fd03f9ee..75e39fdf720 100644
--- a/llvm/lib/Object/MachOObjectFile.cpp
+++ b/llvm/lib/Object/MachOObjectFile.cpp
@@ -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.
//
OpenPOWER on IntegriCloud