From 0598880bb592e17c28848905779ad52f92483e49 Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 8 Jul 2024 02:52:40 -0700 Subject: [PATCH] minor shk.c comment fix --- src/shk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shk.c b/src/shk.c index b2380e0f1..2f999d2a3 100644 --- a/src/shk.c +++ b/src/shk.c @@ -1979,7 +1979,7 @@ pay_billed_items( otmp = bp_to_obj(bp); ebillct = eshkp->billct; more_than_one = (ebillct > 1 || otmp->quan < bp->bquan - /* note: will only get here for for single item, so + /* note: will only get here for a single item, so we can deduce that it is ibill[0] */ || ibill[0].usedup == UndisclosedContainer); if ((umoney + eshkp->credit) < cheapest_item(ibillct, ibill)) {