summaryrefslogtreecommitdiff
path: root/ragel/asm.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-11-09 07:58:54 -0300
committerAdrian Thurston <thurston@colm.net>2019-11-09 08:00:57 -0300
commitd736c8e75cc2cb6ec0b93135c28e7030f9ad3b1f (patch)
treeadaac06a6889b7920e760b2b79aec44908634ca8 /ragel/asm.cc
parent528900008458bf5a2b6e887be3356576b5907a5a (diff)
downloadcolm-d736c8e75cc2cb6ec0b93135c28e7030f9ad3b1f.tar.gz
Use inidices (not indicies) as plural of index.
fixes #60
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"