diff --git a/scripts/process_gperf.py b/scripts/process_gperf.py index e56a1071a93..1660888a2ab 100755 --- a/scripts/process_gperf.py +++ b/scripts/process_gperf.py @@ -8,7 +8,7 @@ gperf C file post-processor We use gperf to build up a perfect hashtable of pointer values. The way gperf -does this is to create a table 'wordlist' indexed by a string repreesentation +does this is to create a table 'wordlist' indexed by a string representation of a pointer address, and then doing memcmp() on a string passed in for comparison