]> Kevux Git Server - fll/commit
Cleanup: fix comments and remove commented out memset
authorKevin Day <thekevinday@gmail.com>
Thu, 25 Jul 2019 04:43:28 +0000 (23:43 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 25 Jul 2019 04:59:00 +0000 (23:59 -0500)
commitb5cda2ab3a068da5571cc4e81c4a8a1ac7f2c947
tree473c3171931fa7c15112288f3e6018b190dde312
parent25f34cf57d9d2940403561ec704b3a5a0564a850
Cleanup: fix comments and remove commented out memset

According to the standards that I have read, calloc() guarantees zero'd memory, so memset is not needed.
It so happens that the memset was commented out already, so just remove it.

There are some memset related comments that incorrectly use the word 'bool' when the word 'char' should be used.
level_0/f_memory/c/memory.c