include/qemu/host-utils.h: Trivial typo: ctz->cto
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
d844a7b656
commit
1c884abede
@ -217,7 +217,7 @@ static inline int ctz64(uint64_t val)
|
||||
}
|
||||
|
||||
/**
|
||||
* ctz64 - count trailing ones in a 64-bit value.
|
||||
* cto64 - count trailing ones in a 64-bit value.
|
||||
* @val: The value to search
|
||||
*
|
||||
* Returns 64 if the value is -1.
|
||||
|
Loading…
Reference in New Issue
Block a user