From 9b6bcfda0e11c0e73a966a77110f6c68425cff34 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 26 Feb 2021 21:20:18 +0100 Subject: bc: typo fix in comment Signed-off-by: Denys Vlasenko --- miscutils/bc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils') diff --git a/miscutils/bc.c b/miscutils/bc.c index 934a1f8ba..553d0f472 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c @@ -152,7 +152,7 @@ //////// "\nr - DC_LEX_SWAP swap top-of-stack //////// "\n:r - DC_LEX_COLON pop index, pop value, store to array 'r' //////// "\n;r - DC_LEX_SCOLON pop index, fetch from array 'r', push -//////// "\nLr - DC_LEX_LOAD_PO, pop register 'r', push +//////// "\nLr - DC_LEX_LOAD_POP pop register 'r', push //////// "\nSr - DC_LEX_STORE_PUSH pop, push to register 'r' //////// "\nlr - DC_LEX_LOAD read register 'r', push //////// "\nsr - DC_LEX_OP_ASSIGN pop, assign to register 'r' -- cgit v1.2.3