obj.h documentation typo fix

This commit is contained in:
keni
2011-11-10 17:20:32 +00:00
parent 3337f05af8
commit 2555bc30e3

View 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),