From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDdOU-0007KF-Qn for qemu-devel@nongnu.org; Wed, 12 Feb 2014 12:14:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDdOO-00015H-QV for qemu-devel@nongnu.org; Wed, 12 Feb 2014 12:14:42 -0500 From: "Dr. David Alan Gilbert (git)" Date: Wed, 12 Feb 2014 17:14:33 +0000 Message-Id: <1392225273-32540-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH 1/1] Trivial typo: ctz->cto List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, rth@twiddle.net From: "Dr. David Alan Gilbert" Signed-off-by: Dr. David Alan Gilbert --- include/qemu/host-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.5.3