diff --git a/equi.c b/equi.c index 08bd4f6..811303a 100644 --- a/equi.c +++ b/equi.c @@ -334,7 +334,7 @@ uchar a2d(uchar a) { return (a < 0x3aU) ? (a - 0x30U) : (a - 55U); } -/* shape 2-byte vlaue on the main stack from up to 4 values of the literal stack */ +/* shape 2-byte value on the main stack from up to 4 values of the literal stack */ void pushLitVal() { uchar p[4U] = {0,0,0,0}, i, thr = 4U; if(curtask->lsp < 4U) thr = curtask->lsp;