]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs: fix spelling mistakes in comment
authorQingshuang Fu <fuqingshuang@kylinos.cn>
Wed, 27 May 2026 10:00:24 +0000 (18:00 +0800)
committerChristian Brauner <brauner@kernel.org>
Thu, 28 May 2026 12:05:59 +0000 (14:05 +0200)
commit5afe734e76214a06f66a1e679aaa032d0e532516
tree7ef166633fcb45769f62812155512dc6d95b587e
parentcfe724c85facad86c62c3d01c9816bd738099f01
fs: fix spelling mistakes in comment

Fix three spelling errors in the comment for an internal file structure
allocation function:
- happend  →  happened
- over     →  exceed (grammatical fix)
- int      →  in

Changes since v1:
- Fix comma after e.g.
- Fix incorrect use of "imbalance"

Signed-off-by: Qingshuang Fu <fuqingshuang@kylinos.cn>
Link: https://patch.msgid.link/20260527100025.960339-1-fffsqian@163.com
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/file_table.c