From 1b62353dd868a37ee20c20d66b2123e2020cc59f Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 26 Jan 2007 19:08:34 -0700 Subject: [PATCH] fix typo --- src/mesa/main/imports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index be2f04c..890d1a4 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -578,7 +578,7 @@ _mesa_ffs(int i) /** * Find position of first bit set in given value. * XXX Warning: this function can only be used on 64-bit systems! - * \return position of lest significant bit set, starting at 1, return zero + * \return position of least-significant bit set, starting at 1, return zero * if no bits set. */ int -- 2.7.4