Spellchecking fixes.

This commit is contained in:
Piotr Esden-Tempski
2013-06-16 14:06:37 -07:00
parent 169dbd6c08
commit fb5c86db07
22 changed files with 44 additions and 44 deletions

View File

@@ -45,8 +45,8 @@
*
* This means that we look at the bits in the bit window designated by
* the mask. If the bit in the masked window is not matching the
* bitmask BIT then we write 1 and if the bit in the masked window is
* matching the bitmask BIT we write 0.
* bit mask BIT then we write 1 and if the bit in the masked window is
* matching the bit mask BIT we write 0.
*
* TODO: We may need a faster implementation of that one?
*/