summaryrefslogtreecommitdiff
path: root/include/my_alloc.h
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-08-30 12:24:37 -0700
committerjimw@mysql.com <>2005-08-30 12:24:37 -0700
commit0dc444ec4efc8d4adcf7124a276c86859a1b3bcb (patch)
treec95133411d5cb26fe18db49056eeebdad5833e3b /include/my_alloc.h
parent16e30aaf68012e4c4b0a7e7beb65dec4cfa60e3b (diff)
downloadmariadb-git-0dc444ec4efc8d4adcf7124a276c86859a1b3bcb.tar.gz
Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)
Diffstat (limited to 'include/my_alloc.h')
-rw-r--r--include/my_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_alloc.h b/include/my_alloc.h
index a3dd35d7ea3..1641b3acf3e 100644
--- a/include/my_alloc.h
+++ b/include/my_alloc.h
@@ -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;