Fix misspellings of "agressive".
Fix the various misspellings of "agressive", as well as a couple other things on the same lines while we're there. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
committed by
Adrian Bunk
parent
4c3ee82663
commit
bbf2f9fb1c
@ -22,12 +22,12 @@
|
||||
#include <linux/ext4_fs.h>
|
||||
|
||||
/*
|
||||
* With AGRESSIVE_TEST defined, the capacity of index/leaf blocks
|
||||
* With AGGRESSIVE_TEST defined, the capacity of index/leaf blocks
|
||||
* becomes very small, so index split, in-depth growing and
|
||||
* other hard changes happen much more often.
|
||||
* This is for debug purposes only.
|
||||
*/
|
||||
#define AGRESSIVE_TEST_
|
||||
#define AGGRESSIVE_TEST_
|
||||
|
||||
/*
|
||||
* With EXTENTS_STATS defined, the number of blocks and extents
|
||||
|
Reference in New Issue
Block a user