Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-linus
[firefly-linux-kernel-4.4.55.git] / fs / ocfs2 / blockcheck.c
index a1163b8b417c5cbf4ac5e1dcaf522f34a300a22b..b7428c5d0d3b54f9eceac8460c73e4a098a45a67 100644 (file)
@@ -47,7 +47,7 @@
  * Calculate the bit offset in the hamming code buffer based on the bit's
  * offset in the data buffer.  Since the hamming code reserves all
  * power-of-two bits for parity, the data bit number and the code bit
- * number are offest by all the parity bits beforehand.
+ * number are offset by all the parity bits beforehand.
  *
  * Recall that bit numbers in hamming code are 1-based.  This function
  * takes the 0-based data bit from the caller.