From: Brian Date: Sat, 27 Jan 2007 02:08:34 +0000 (-0700) Subject: fix typo X-Git-Tag: 062012170305~19919^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b62353dd868a37ee20c20d66b2123e2020cc59f;p=profile%2Fivi%2Fmesa.git fix typo --- 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