summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/ext2_fs.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-09-07 12:56:50 +0200
committerAndreas Kling <kling@serenityos.org>2021-09-07 13:53:14 +0200
commit6ad427993a64c846c93ecc1fd3bf3f6d6be9cd3d (patch)
treebf364b00ad62291a34426cc8a820a18b7b8c1aaa /Kernel/FileSystem/ext2_fs.h
parent55b0b06897b7160b5fbc18ff9186a2242bbdf318 (diff)
downloadserenity-6ad427993a64c846c93ecc1fd3bf3f6d6be9cd3d.zip
Everywhere: Behaviour => Behavior
Diffstat (limited to 'Kernel/FileSystem/ext2_fs.h')
-rw-r--r--Kernel/FileSystem/ext2_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/FileSystem/ext2_fs.h b/Kernel/FileSystem/ext2_fs.h
index 2782845cee..2214b37f43 100644
--- a/Kernel/FileSystem/ext2_fs.h
+++ b/Kernel/FileSystem/ext2_fs.h
@@ -473,7 +473,7 @@ struct ext2_inode_large {
#define EXT2_DFL_CHECKINTERVAL 0 /* Don't use interval check */
/*
- * Behaviour when detecting errors
+ * Behavior when detecting errors
*/
#define EXT2_ERRORS_CONTINUE 1 /* Continue execution */
#define EXT2_ERRORS_RO 2 /* Remount fs read-only */
@@ -501,7 +501,7 @@ struct ext2_super_block {
__s16 s_max_mnt_count; /* Maximal mount count */
__u16 s_magic; /* Magic signature */
__u16 s_state; /* File system state */
- __u16 s_errors; /* Behaviour when detecting errors */
+ __u16 s_errors; /* Behavior when detecting errors */
__u16 s_minor_rev_level; /* minor revision level */
__u32 s_lastcheck; /* time of last check */
__u32 s_checkinterval; /* max. time between checks */