From 34b8c00d61b551c8c039913a8f96215b6b9d311f Mon Sep 17 00:00:00 2001 From: pup Date: Sat, 12 May 2018 13:30:15 -0400 Subject: [PATCH] Minor typo fix in `constant_hash` comment. (#329) --- lib/codegen/meta/constant_hash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codegen/meta/constant_hash.py b/lib/codegen/meta/constant_hash.py index 9ef19ff098..e282936723 100644 --- a/lib/codegen/meta/constant_hash.py +++ b/lib/codegen/meta/constant_hash.py @@ -2,7 +2,7 @@ Generate constant hash tables. The `constant_hash` module can generate constant pre-populated hash tables. We -don't attempt parfect hashing, but simply generate an open addressed +don't attempt perfect hashing, but simply generate an open addressed quadratically probed hash table. """ from __future__ import absolute_import