summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaxi Shen <shenxiaxi26@gmail.com>2024-08-07 00:10:05 -0700
committerKent Overstreet <kent.overstreet@linux.dev>2024-08-19 21:51:33 -0400
commit43078f5837de61abb1031636235c09fdaba13f5f (patch)
tree4666b5e80a0c7ef7cdd009fa1ab96a9c2c073c49
parent4822f1ba4911047578106f063e8a712f307cda87 (diff)
bcachefs: Fix a spelling error in docs
Signed-off-by: Xiaxi Shen <shenxiaxi26@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--Documentation/filesystems/bcachefs/CodingStyle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/bcachefs/CodingStyle.rst b/Documentation/filesystems/bcachefs/CodingStyle.rst
index 0c45829a4899..01de555e21d8 100644
--- a/Documentation/filesystems/bcachefs/CodingStyle.rst
+++ b/Documentation/filesystems/bcachefs/CodingStyle.rst
@@ -175,7 +175,7 @@ errors in our thinking by running our code and seeing what happens. If your
time is being wasted because your tools are bad or too slow - don't accept it,
fix it.
-Put effort into your documentation, commmit messages, and code comments - but
+Put effort into your documentation, commit messages, and code comments - but
don't go overboard. A good commit message is wonderful - but if the information
was important enough to go in a commit message, ask yourself if it would be
even better as a code comment.