]> 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:43:28 +0000 (23:43 -0500)
commit8d1deb9881124c7568b42a8d7851d257a483dce3
treef2add2328aa522d7fdb02d6efa7e5b4fb06a2a43
parent85c563a40f46b5d0d706f74399f900599c136ffa
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