]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
docs: filesystems: bcachefs: fixed some spelling mistakes in the bcachefs coding...
authorDennis Lam <dennis.lamerice@gmail.com>
Thu, 12 Sep 2024 01:16:28 +0000 (21:16 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:14 +0000 (01:36 -0500)
Specifically, fixed spelling of "commit" and pluralization of last sentence.

Signed-off-by: Dennis Lam <dennis.lamerice@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Documentation/filesystems/bcachefs/CodingStyle.rst

index 01de555e21d85749361a70e4579936b83f71ba31..b29562a6bf555c4a61fcdf6d050e357dd5f392e4 100644 (file)
@@ -183,4 +183,4 @@ even better as a code comment.
 A good code comment is wonderful, but even better is the comment that didn't
 need to exist because the code was so straightforward as to be obvious;
 organized into small clean and tidy modules, with clear and descriptive names
-for functions and variable, where every line of code has a clear purpose.
+for functions and variables, where every line of code has a clear purpose.