| Index: src/PNaClTranslator.h
|
| diff --git a/src/PNaClTranslator.h b/src/PNaClTranslator.h
|
| index 5738f113e2372f1d678d757b0bc51132eda0575b..e818aaf56a5dc31abc20cfc0055331d546fc7c24 100644
|
| --- a/src/PNaClTranslator.h
|
| +++ b/src/PNaClTranslator.h
|
| @@ -34,8 +34,8 @@ public:
|
| : Translator(Ctx, Flags) {}
|
|
|
| // Reads the PNaCl bitcode file and translates to ICE, which is then
|
| - // converted to machine code. Sets ErrorStatus to true if any
|
| - // errors occurred.
|
| + // converted to machine code. Sets ErrorStatus to 1 if any errors
|
| + // occurred.
|
| void translate(const std::string &IRFilename);
|
|
|
| // Reads MemBuf, assuming it is the PNaCl bitcode contents of IRFilename.
|
|
|