obj.h documentation typo fix
This commit is contained in:
+1
-1
@@ -350,7 +350,7 @@ struct obj {
|
|||||||
* newxx(otmp)
|
* newxx(otmp)
|
||||||
* struct obj *otmp;
|
* struct obj *otmp;
|
||||||
* {
|
* {
|
||||||
* if (!otmp->mextra) otmp->oextra = newoextra();
|
* if (!otmp->oextra) otmp->oextra = newoextra();
|
||||||
* if (!XX(otmp)) {
|
* if (!XX(otmp)) {
|
||||||
* XX(otmp) = (struct XX *)alloc(sizeof(struct xx));
|
* XX(otmp) = (struct XX *)alloc(sizeof(struct xx));
|
||||||
* (void) memset((genericptr_t) XX(otmp),
|
* (void) memset((genericptr_t) XX(otmp),
|
||||||
|
|||||||
Reference in New Issue
Block a user