Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48a73025 authored by Phil Viana's avatar Phil Viana Committed by Jiri Kosina
Browse files

md: bcache: Fixed a typo with the word 'arithmetic'



The word 'arithmetic' was typed as 'arithmatic'

Signed-off-by: default avatarPhil Viana <phillip.l.viana@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 37074c5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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