aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Viana <phillip.l.viana@gmail.com>2013-06-03 09:51:42 -0300
committerJiri Kosina <jkosina@suse.cz>2013-06-18 13:41:16 +0200
commit48a73025cbf2c76b0cd12ecfdd06c6da5f1764ae (patch)
tree625b3ee4ba0b0c84eddd73612ee3012c2bc530d3
parentirq/generic-chip: fix a few kernel-doc entries (diff)
downloadlinux-dev-48a73025cbf2c76b0cd12ecfdd06c6da5f1764ae.tar.xz
linux-dev-48a73025cbf2c76b0cd12ecfdd06c6da5f1764ae.zip
md: bcache: Fixed a typo with the word 'arithmetic'
The word 'arithmetic' was typed as 'arithmatic' Signed-off-by: Phil Viana <phillip.l.viana@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/md/bcache/bset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/bcache/bset.c b/drivers/md/bcache/bset.c
index cb4578a327b9..1d27d3af3251 100644
--- a/drivers/md/bcache/bset.c
+++ b/drivers/md/bcache/bset.c
@@ -395,7 +395,7 @@ void inorder_test(void)
#endif
/*
- * Cacheline/offset <-> bkey pointer arithmatic:
+ * Cacheline/offset <-> bkey pointer arithmetic:
*
* t->tree is a binary search tree in an array; each node corresponds to a key
* in one cacheline in t->set (BSET_CACHELINE bytes).
@@ -404,7 +404,7 @@ void inorder_test(void)
* the binary tree points to; to_inorder() gives us the cacheline, and then
* bkey_float->m gives us the offset within that cacheline, in units of 8 bytes.
*
- * cacheline_to_bkey() and friends abstract out all the pointer arithmatic to
+ * cacheline_to_bkey() and friends abstract out all the pointer arithmetic to
* make this work.
*
* To construct the bfloat for an arbitrary key we need to know what the key