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.
This commit is contained in:
PatR
2024-06-21 13:32:21 -07:00
parent 07de17d747
commit d5d646a9e9

View File

@@ -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).