Commit 577ebd19 authored by zuoqilin's avatar zuoqilin Committed by Dave Kleikamp
Browse files

fs: Fix typo issue



Change 'inacitve' to 'inactive'.

Signed-off-by: default avatarzuoqilin <zuoqilin@yulong.com>
Signed-off-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
parent 79a106fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);	/* ??? */