projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d844a7b
)
include/qemu/host-utils.h: Trivial typo: ctz->cto
author
Dr. David Alan Gilbert
<dgilbert@redhat.com>
Wed, 12 Feb 2014 17:14:33 +0000
(17:14 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/include/qemu/host-utils.h
b/include/qemu/host-utils.h
index de85d282d024b0bed7c34fca239ef8c103d4a51e..285c5fbab879a1d7f2615390f6628fc6aa496acd 100644
(file)
--- a/
include/qemu/host-utils.h
+++ b/
include/qemu/host-utils.h
@@
-217,7
+217,7
@@
static inline int ctz64(uint64_t val)
}
/**
- * ct
z
64 - count trailing ones in a 64-bit value.
+ * ct
o
64 - count trailing ones in a 64-bit value.
* @val: The value to search
*
* Returns 64 if the value is -1.