mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
multi: fix typos in comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
663c396235
commit
4009f7f874
@@ -50,7 +50,7 @@ func getPrefix(index index, position uint8) uint64 {
|
||||
return (uint64(index) & mask)
|
||||
}
|
||||
|
||||
// countTrailingZeros count number of of trailing zero bits, this function is
|
||||
// countTrailingZeros counts number of trailing zero bits, this function is
|
||||
// used to determine the number of element bucket.
|
||||
func countTrailingZeros(index index) uint8 {
|
||||
var zeros uint8
|
||||
|
Reference in New Issue
Block a user