Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)

This commit is contained in:
jimw@mysql.com 2005-08-30 12:24:37 -07:00
commit 0dc444ec4e
5 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@ typedef struct st_mem_root
unsigned int block_num; /* allocated blocks counter */
/*
first free block in queue test counter (if it exceed
MAX_BLOCK_USAGE_BEFORE_DROP block will be droped in 'used' list)
MAX_BLOCK_USAGE_BEFORE_DROP block will be dropped in 'used' list)
*/
unsigned int first_block_usage;