# HG changeset patch # User Max Brister # Date 1352070546 25200 # Node ID a7b22144318a895ca048aa98e99d01f5907f6dfd # Parent 24bbd2efea12dc1679eca95f7a203bd81519d5b5 jit-ir.h: Fix typo in comment diff --git a/libinterp/interp-core/jit-ir.h b/libinterp/interp-core/jit-ir.h --- a/libinterp/interp-core/jit-ir.h +++ b/libinterp/interp-core/jit-ir.h @@ -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