diff 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
line wrap: on
line diff
--- a/libinterp/interp-core/jit-ir.h	Sun Nov 04 16:04:30 2012 -0700
+++ b/libinterp/interp-core/jit-ir.h	Sun Nov 04 16:09:06 2012 -0700
@@ -1233,7 +1233,7 @@
 };
 
 // FIXME: This is just ugly...
-// checks error_state, if error_state is false then goto the normal branche,
+// checks error_state, if error_state is false then goto the normal branch,
 // otherwise goto the error branch
 class
 jit_error_check : public jit_terminator