diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2014-02-12 17:14:33 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-03-02 17:12:41 +0400 |
commit | 1c884abeded1fee3680a3f1db655bf70d3b49e97 (patch) | |
tree | bddcdcd8efb5c68ce938c6ba327623d772ef519a /include/qemu/host-utils.h | |
parent | d844a7b6569fb2b5252773444b18841426e5b906 (diff) | |
download | hqemu-1c884abeded1fee3680a3f1db655bf70d3b49e97.zip hqemu-1c884abeded1fee3680a3f1db655bf70d3b49e97.tar.gz |
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>
Diffstat (limited to 'include/qemu/host-utils.h')
-rw-r--r-- | include/qemu/host-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/host-utils.h b/include/qemu/host-utils.h index de85d28..285c5fb 100644 --- a/include/qemu/host-utils.h +++ b/include/qemu/host-utils.h @@ -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. |