From 874e416d65936279e5610ce8c1af5929872e82d7 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 27 Mar 2019 09:50:24 +0100 Subject: [PATCH] Typo correction. --- engine/hashmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/hashmap.c b/engine/hashmap.c index 43a46e9..e9bd19d 100644 --- a/engine/hashmap.c +++ b/engine/hashmap.c @@ -5578,7 +5578,7 @@ PH7_PRIVATE sxi32 PH7_HashmapDump(SyBlob *pOut, ph7_hashmap *pMap, int ShowType, return rc; } /* - * Iterate throw hashmap entries and invoke the given callback [i.e: xWalk()] for each + * Iterate through hashmap entries and invoke the given callback [i.e: xWalk()] for each * retrieved entry. * Note that argument are passed to the callback by copy. That is,any modification to * the entry value in the callback body will not alter the real value.