From: Brian Date: Sat, 27 Jan 2007 02:08:34 +0000 (-0700) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b62353dd868a37ee20c20d66b2123e2020cc59f;p=mesa.git fix typo --- diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index be2f04c1881..890d1a4e32e 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