Remove comment about algorithm being from bit-twiddling hacks

Said comment no longer applies.
This commit is contained in:
Rose
2023-07-03 22:24:36 -04:00
parent cbed9daa46
commit 76d7aefb33

View File

@@ -40,7 +40,6 @@ sudo_pow2_roundup_v1(unsigned int len)
/*
* Round a size_t length to the next highest power of two.
* Always returns at least 64.
* Algorithm from bit twiddling hacks.
*/
size_t
sudo_pow2_roundup_v2(size_t len)