1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Fix unicode chars into ascii in comment lines.

llvm-svn: 220668
This commit is contained in:
NAKAMURA Takumi 2014-10-27 08:08:18 +00:00
parent f8270e4d8e
commit f7d87a387c

View 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.
//