From 2555bc30e31af44c158089c0567fa5501faa6194 Mon Sep 17 00:00:00 2001 From: keni Date: Thu, 10 Nov 2011 17:20:32 +0000 Subject: [PATCH] obj.h documentation typo fix --- include/obj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/obj.h b/include/obj.h index eeb2140c3..0d3cd0580 100644 --- a/include/obj.h +++ b/include/obj.h @@ -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),