projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c9bc3
)
fix typo
author
Brian
<brian@nostromo.localnet.net>
Sat, 27 Jan 2007 02:08:34 +0000
(19:08 -0700)
committer
Brian
<brian@nostromo.localnet.net>
Sat, 27 Jan 2007 02:08:34 +0000
(19:08 -0700)
src/mesa/main/imports.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.c
b/src/mesa/main/imports.c
index be2f04c1881a5bb9295e2ab75935efce37da74b2..890d1a4e32e7cb1d42c12b3effd46af806edc358 100644
(file)
--- 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 le
st
significant bit set, starting at 1, return zero
+ * \return position of le
ast-
significant bit set, starting at 1, return zero
* if no bits set.
*/
int