fix typo
authorBrian <brian@nostromo.localnet.net>
Sat, 27 Jan 2007 02:08:34 +0000 (19:08 -0700)
committerBrian <brian@nostromo.localnet.net>
Sat, 27 Jan 2007 02:08:34 +0000 (19:08 -0700)
src/mesa/main/imports.c

index be2f04c..890d1a4 100644 (file)
@@ -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