clarify what was meant by "special" in a comment

This commit is contained in:
nhmall
2020-07-31 10:57:20 -04:00
parent 6357505948
commit e524fc4fc8
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
* file.
* 3. Add a referencing macro at bottom of this file after the mextra
* struct (see MNAME, EGD, EPRI, ESHK, EMIN, or EDOG for examples).
* 4. If your new field isn't a pointer and requires a special value
* 4. If your new field isn't a pointer and requires a non-zero value
* on initialization, add code to init_mextra() in src/makemon.c
* 5. Create a newXX(mtmp) function and possibly a free_XX(mtmp)
* function in an appropriate new or existing source file and add