summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Sercombe <sercombe.joel.mark@gmail.com>2026-08-13 20:38:47 +0200
committerAndrew Morton <akpm@linux-foundation.org>2026-08-24 18:43:19 -0700
commitcdd719b3f2b88437aa5a6ca8ee2bea6f7015c35b (patch)
tree1fe703838588453ae2ef9c522d139c3d02878873 /lib
parent972195eb9b4c9a70f04d5677cff799c2524786d8 (diff)
downloadlinux-cdd719b3f2b88437aa5a6ca8ee2bea6f7015c35b.tar.gz
linux-cdd719b3f2b88437aa5a6ca8ee2bea6f7015c35b.zip
maple_tree: fix comment typo
Fix a spelling mistake n a code comment. This is a comment only change with no functional impact. Link: https://lore.kernel.org/20260813183847.474357-1-sercombe.joel.mark@gmail.com Signed-off-by: Mark Sercombe <sercombe.joel.mark@gmail.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Liam R. Howlett (Oracle) <liam@infradead.org> Cc: Alice Ryhl <aliceryhl@google.com> Cc: Andrew Ballance <andrewjballance@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/maple_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/maple_tree.c b/lib/maple_tree.c
index b48bc4064ad2..a0542b491bc2 100644
--- a/lib/maple_tree.c
+++ b/lib/maple_tree.c
@@ -3590,7 +3590,7 @@ set_content:
/**
* mas_prealloc_calc() - Calculate number of nodes needed for a
- * given store oepration
+ * given store operation
* @wr_mas: The maple write state
* @entry: The entry to store into the tree
*