diff options
author | Brian <brian@nostromo.localnet.net> | 2007-01-26 19:08:34 -0700 |
---|---|---|
committer | Brian <brian@nostromo.localnet.net> | 2007-01-26 19:08:34 -0700 |
commit | 1b62353dd868a37ee20c20d66b2123e2020cc59f (patch) | |
tree | 47a62a04d413eaecf4d71821157662562e3bb490 | |
parent | 99c9bc386f54964eea0ed93f6b036477076dae57 (diff) |
fix typo
-rw-r--r-- | src/mesa/main/imports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index be2f04c188..890d1a4e32 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 |