include/qemu/host-utils.h: Trivial typo: ctz->cto
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 12 Feb 2014 17:14:33 +0000 (17:14 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 2 Mar 2014 13:12:41 +0000 (17:12 +0400)
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/qemu/host-utils.h

index de85d28..285c5fb 100644 (file)
@@ -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.