summaryrefslogtreecommitdiff
path: root/network/wlan/WDI/COMMON/HashTable.c
diff options
context:
space:
mode:
authorsemtax <[email protected]>2018-07-19 12:22:28 +0900
committersemtax <[email protected]>2018-07-19 12:22:28 +0900
commitc0bdadd5e6cc9b39fe2a6b2ac4642894d63325d7 (patch)
tree5e82c13bef3e594fcb4e7a72e3620442e1609c80 /network/wlan/WDI/COMMON/HashTable.c
parent4af7eb0a943d6a9ae09b6827fb943d5bc90988c2 (diff)
Typo error fixed : RtRemvoeKeyFromVaHashTable -> RtRemoveKeyFromVaHashTable
Diffstat (limited to 'network/wlan/WDI/COMMON/HashTable.c')
-rw-r--r--network/wlan/WDI/COMMON/HashTable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/wlan/WDI/COMMON/HashTable.c b/network/wlan/WDI/COMMON/HashTable.c
index fe8724e1..c2a54b9b 100644
--- a/network/wlan/WDI/COMMON/HashTable.c
+++ b/network/wlan/WDI/COMMON/HashTable.c
@@ -378,7 +378,7 @@ RtFreeHashTable(
// Remove value object of specified key from hash table.
//
void
-RtRemvoeKeyFromVaHashTable(
+RtRemoveKeyFromVaHashTable(
IN RT_HASH_TABLE_HANDLE hHashTable,
IN RT_HASH_KEY Key
)