changeset 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 24bbd2efea12
children 6e780fb15c14
files libinterp/interp-core/jit-ir.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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