summaryrefslogtreecommitdiff
path: root/wsutil/bits_count_ones.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/bits_count_ones.h')
-rw-r--r--wsutil/bits_count_ones.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsutil/bits_count_ones.h b/wsutil/bits_count_ones.h
index 82f88bc43c..3d88d52fa9 100644
--- a/wsutil/bits_count_ones.h
+++ b/wsutil/bits_count_ones.h
@@ -31,9 +31,9 @@
#include <glib.h>
/*
- * The variable-precision SWAR algorithm is an interesting way to count
- * the number of bits set in an integer. While its performance is very
- * good (two times faster than gcc's __builtin_popcount [1] and
+ * The variable-precision SWAR algorithm is an interesting way to count
+ * the number of bits set in an integer. While its performance is very
+ * good (two times faster than gcc's __builtin_popcount [1] and
* 16 instructions when compiled with gcc -O3)
* http://playingwithpointers.com/swar.html
*/