From d5d646a9e9952e732854477d1278c91cd02fab27 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 21 Jun 2024 13:32:21 -0700 Subject: [PATCH] ancient comment typo/thinko Change "it gets size gets reduced" to "its size gets reduced". This was present in 3.4.3, doubtless even ealier. --- src/mkobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkobj.c b/src/mkobj.c index 4b73775c1..4b2b51894 100644 --- a/src/mkobj.c +++ b/src/mkobj.c @@ -447,7 +447,7 @@ copy_oextra(struct obj *obj2, struct obj *obj1) } /* - * Split obj so that it gets size gets reduced by num. The quantity num is + * Split stack so that its size gets reduced by num. The quantity num is * put in the object structure delivered by this call. The returned object * has its wornmask cleared and is positioned just following the original * in the nobj chain (and nexthere chain when on the floor).