summaryrefslogtreecommitdiff
path: root/sql/key.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2003-03-14 20:22:06 +0100
committerunknown <serg@serg.mysql.com>2003-03-14 20:22:06 +0100
commitc03b4b725553d7b03e79aa8717bc23567863a12e (patch)
treed05e38fdd3fce8dc9bbd285703c8cfbfbbd9f157 /sql/key.cc
parenta3883c67fca5059156e26fc033eecac1dbec4733 (diff)
downloadmariadb-git-c03b4b725553d7b03e79aa8717bc23567863a12e.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)
{