Skip to content
Snippets Groups Projects
Commit eb2b0f84 authored by Aleksey Demakov's avatar Aleksey Demakov
Browse files

Fix comment grammar.

parent 37340243
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ hash_iterator_free(struct iterator *iterator)
- (void) checkKeyParts: (int) parts :(bool) partial_key_allowed
{
/* Hash indexes never allows partial keys. */
/* Hash indexes never allow partial keys. */
(void) partial_key_allowed;
[super checkKeyParts: parts :false];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment