comparison libinterp/interp-core/jit-ir.h @ 15594:a7b22144318a

jit-ir.h: Fix typo in comment
author Max Brister <max@2bass.com>
date Sun, 04 Nov 2012 16:09:06 -0700
parents 3f43e9d6d86e
children f3e339aee38f
comparison
equal deleted inserted replaced
15593:24bbd2efea12 15594:a7b22144318a
1231 private: 1231 private:
1232 const jit_operation& moperation; 1232 const jit_operation& moperation;
1233 }; 1233 };
1234 1234
1235 // FIXME: This is just ugly... 1235 // FIXME: This is just ugly...
1236 // checks error_state, if error_state is false then goto the normal branche, 1236 // checks error_state, if error_state is false then goto the normal branch,
1237 // otherwise goto the error branch 1237 // otherwise goto the error branch
1238 class 1238 class
1239 jit_error_check : public jit_terminator 1239 jit_error_check : public jit_terminator
1240 { 1240 {
1241 public: 1241 public: