From 7d8adddd2ef77df024c62ce188bdfe9988199217 Mon Sep 17 00:00:00 2001 From: Ruslan Mstoi Date: Tue, 26 May 2020 16:41:05 +0300 Subject: [PATCH] scripts: process_gperf: typo fix Fix double "e" in "repreesentation" Signed-off-by: Ruslan Mstoi --- scripts/process_gperf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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