summaryrefslogtreecommitdiff
path: root/ragel/asm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/asm.cc')
-rw-r--r--ragel/asm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ragel/asm.cc b/ragel/asm.cc
index 073f64dc..ca9f5d65 100644
--- a/ragel/asm.cc
+++ b/ragel/asm.cc
@@ -872,7 +872,7 @@ void AsmCodeGen::emitSingleIfElseIf( RedStateAp *state )
int numSingles = state->outSingle.length();
RedTransEl *data = state->outSingle.data;
- /* Write out the single indicies. */
+ /* Write out the single indices. */
for ( int j = 0; j < numSingles; j++ ) {
out <<
" cmpb " << KEY( data[j].lowKey ) << ", %r10b\n"