]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
xfs: Fix typo in comment
authorMd Shofiqul Islam <shofiqtest@gmail.com>
Wed, 6 May 2026 16:36:58 +0000 (19:36 +0300)
committerCarlos Maiolino <cem@kernel.org>
Mon, 11 May 2026 10:58:38 +0000 (12:58 +0200)
Fix spelling mistake in comment:
 - occured -> occurred

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_notify_failure.c

index 64c8afb935c26183a2d9f36efcbefd84f1abb15f..b994ff15d5e455edb5f3efed0bc92afbf5a196ab 100644 (file)
@@ -350,7 +350,7 @@ xfs_dax_notify_dev_failure(
        /*
         * Shutdown fs from a force umount in pre-remove case which won't fail,
         * so errors can be ignored.  Otherwise, shutdown the filesystem with
-        * CORRUPT flag if error occured or notify.want_shutdown was set during
+        * CORRUPT flag if error occurred or notify.want_shutdown was set during
         * RMAP querying.
         */
        if (mf_flags & MF_MEM_PRE_REMOVE)