mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Misc. typos
Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
This commit is contained in:
committed by
Sergey Vojtovich
parent
7c68930031
commit
3dd01669b4
@@ -45,7 +45,7 @@ Count bits in 32bit integer
|
||||
http://graphics.stanford.edu/~seander/bithacks.html
|
||||
under "Counting bits set, in parallel"
|
||||
|
||||
(Orignal code public domain).
|
||||
(Original code public domain).
|
||||
*/
|
||||
static inline uint my_count_bits_uint32(uint32 v)
|
||||
{
|
||||
@@ -77,7 +77,7 @@ static inline uint my_count_bits(ulonglong x)
|
||||
NOTES
|
||||
Algorithm by Sean Anderson, according to:
|
||||
http://graphics.stanford.edu/~seander/bithacks.html
|
||||
(Orignal code public domain)
|
||||
(Original code public domain)
|
||||
|
||||
Comments shows how this works with 01100000000000000000000000001011
|
||||
*/
|
||||
|
Reference in New Issue
Block a user