aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/bc.c2
1 files changed, 1 insertions, 1 deletions
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'