commit | 362664356bc65219dbfc107e8ac7d0715016c409 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Fri Sep 09 06:22:10 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 20:57:41 2016 -0400 |
tree | f342417e41996361de51c98dca96093f27e5914a | |
parent | fc0b5948e0c15a3aebbe1f409665af30b3ae5ba3 [diff] |
search.h: Numerous grammatical fixes, comment updates Tweaks (no functional changes) to include/search.h, including: * use standard multiple inclusion check * fix spelling mistakes * have comments match actual names in function prototypes * remove obsolete reference to "do_apply" * replace "hashing table" with "hash table" Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>