]> granicus.if.org Git - nethack/commitdiff
obj.h documentation typo fix
authorkeni <keni>
Thu, 10 Nov 2011 17:20:32 +0000 (17:20 +0000)
committerkeni <keni>
Thu, 10 Nov 2011 17:20:32 +0000 (17:20 +0000)
include/obj.h

index eeb2140c38625b442d173c4979c9cf555f297619..0d3cd05807cbe208e49b2b6800cc3079ca6556fd 100644 (file)
@@ -350,7 +350,7 @@ struct obj {
  *               newxx(otmp)
  *               struct obj *otmp;
  *               {
- *                   if (!otmp->mextra) otmp->oextra = newoextra();
+ *                   if (!otmp->oextra) otmp->oextra = newoextra();
  *                   if (!XX(otmp)) {
  *                       XX(otmp) = (struct XX *)alloc(sizeof(struct xx));
  *                       (void) memset((genericptr_t) XX(otmp),