mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
Fix unicode chars into ascii in comment lines.
llvm-svn: 220668
This commit is contained in:
parent
f8270e4d8e
commit
f7d87a387c
@ -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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user