fix up some comments

This commit is contained in:
Axel Kohlmeyer
2020-09-12 14:26:34 -04:00
parent bc850bcd97
commit 93a0d4c096
34 changed files with 50 additions and 50 deletions

View File

@ -821,7 +821,7 @@ void PairTable::compute_table(Table *tb)
}
/* ----------------------------------------------------------------------
set all ptrs in a table to nullptr, so can be freed safely
set all ptrs in a table to a null pointer, so can be freed safely
------------------------------------------------------------------------- */
void PairTable::null_table(Table *tb)