Change comment based on inclusive naming recommendations.

https://inclusivenaming.org/word-lists/tier-3/

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com>
---
v2 - fix typo in commit message

 app/test/test_hash_readwrite_lf_perf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_hash_readwrite_lf_perf.c 
b/app/test/test_hash_readwrite_lf_perf.c
index 5d18850e199a..817754e9889f 100644
--- a/app/test/test_hash_readwrite_lf_perf.c
+++ b/app/test/test_hash_readwrite_lf_perf.c
@@ -397,7 +397,7 @@ generate_keys(void)
        for (i = 2; i < TOTAL_INSERT; i++)
                keys[i] = keys[i-1] + keys[i-2];
 
-       /* Segregate keys into keys_no_ks and keys_ks */
+       /* Separate keys into keys_no_ks and keys_ks */
        for (i = 0; i < TOTAL_INSERT; i++) {
                /* Check if primary bucket has space.*/
                sig = rte_hash_hash(tbl_rwc_test_param.h,
-- 
2.42.0

Reply via email to