Replaced non-ASCII character.

llvm-svn: 193324
This commit is contained in:
Yaron Keren 2013-10-24 10:04:47 +00:00
parent d55d159d09
commit 1ec9df3322
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ private:
// The purpose of the "added" state is having modules in standby. (added=known
// but not compiled). The idea is that you can add a module to provide function
// definitions but if nothing in that module is referenced by a module in which
// a function is executed (note the wording here because its not exactly the
// a function is executed (note the wording here because it's not exactly the
// ideal case) then the module never gets compiled. This is sort of lazy
// compilation.
//