summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/imports.c2
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