summaryrefslogtreecommitdiff
path: root/sql/key.cc
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2003-03-14 20:22:06 +0100
committerserg@serg.mysql.com <>2003-03-14 20:22:06 +0100
commit9749ece292d3356c5b52031eb27aa92e2036207d (patch)
treed05e38fdd3fce8dc9bbd285703c8cfbfbbd9f157 /sql/key.cc
parentf4b165ae057ef98f1e834ec59da9aea5537e9f02 (diff)
downloadmariadb-git-9749ece292d3356c5b52031eb27aa92e2036207d.tar.gz
cleanup
Diffstat (limited to 'sql/key.cc')
-rw-r--r--sql/key.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/key.cc b/sql/key.cc
index 38ab596e213..feda9e156b3 100644
--- a/sql/key.cc
+++ b/sql/key.cc
@@ -67,7 +67,7 @@ int find_ref_key(TABLE *table,Field *field, uint *key_length)
/* Copy a key from record to some buffer */
- /* if length == 0 then copy hole key */
+ /* if length == 0 then copy whole key */
void key_copy(byte *key,TABLE *table,uint idx,uint key_length)
{