From: zuoqilin Date: Wed, 17 Mar 2021 07:10:52 +0000 (+0800) Subject: fs: Fix typo issue X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=577ebd195f95648ca7da29263d5237cdc84a7667;p=linux.git fs: Fix typo issue Change 'inacitve' to 'inactive'. Signed-off-by: zuoqilin Signed-off-by: Dave Kleikamp --- diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c index 7aee156086198..91f4ec93dab1f 100644 --- a/fs/jfs/jfs_dmap.c +++ b/fs/jfs/jfs_dmap.c @@ -3660,7 +3660,7 @@ void dbFinalizeBmap(struct inode *ipbmap) * (the leftmost ag with average free space in it); */ //agpref: - /* get the number of active ags and inacitve ags */ + /* get the number of active ags and inactive ags */ actags = bmp->db_maxag + 1; inactags = bmp->db_numag - actags; ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */