Replaced non-ASCII character.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / MCJIT.h
index 8583a19427cd89361571069e39cbeff6313a3e2d..86b478bff56ff6c63df155e764e084c16b9b23f1 100644 (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 it\92s 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.
 //