mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue