scripts: process_gperf: typo fix
Fix double "e" in "repreesentation" Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
84822e3086
commit
7d8adddd2e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
gperf C file post-processor
|
gperf C file post-processor
|
||||||
|
|
||||||
We use gperf to build up a perfect hashtable of pointer values. The way gperf
|
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
|
of a pointer address, and then doing memcmp() on a string passed in for
|
||||||
comparison
|
comparison
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue