diff --git a/fs/include/fs/mount.h b/fs/include/fs/mount.h index 28c92e6a0dec83aedfe8a5ec07937e2ebe78da40..1b20a69f4fb1db09ac7374910e427d3da64f1939 100644 --- a/fs/include/fs/mount.h +++ b/fs/include/fs/mount.h @@ -49,7 +49,7 @@ struct Mount { LIST_HEAD vnodeList; /* list of vnodes */ int vnodeSize; /* size of vnode list */ LIST_HEAD activeVnodeList; /* list of active vnodes */ - int activeVnodeSize; /* szie of active vnodes list */ + int activeVnodeSize; /* size of active vnodes list */ void *data; /* private data */ uint32_t hashseed; /* Random seed for vfshash */ unsigned long mountFlags; /* Flags for mount */