From: Jouni Malinen Date: Wed, 6 Nov 2019 17:44:50 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Tag: hostap_2_10~2223 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b90d2f7ffe0d8b46d557cbb13b5b5c0e1c34465b;p=thirdparty%2Fhostap.git Fix a typo in a comment Spell NULL correctly. Signed-off-by: Jouni Malinen --- diff --git a/src/rsn_supp/pmksa_cache.c b/src/rsn_supp/pmksa_cache.c index d720f7b81..cd4b0508f 100644 --- a/src/rsn_supp/pmksa_cache.c +++ b/src/rsn_supp/pmksa_cache.c @@ -277,7 +277,7 @@ pmksa_cache_add_entry(struct rsn_pmksa_cache *pmksa, * pmksa_cache_flush - Flush PMKSA cache entries for a specific network * @pmksa: Pointer to PMKSA cache data from pmksa_cache_init() * @network_ctx: Network configuration context or %NULL to flush all entries - * @pmk: PMK to match for or %NYLL to match all PMKs + * @pmk: PMK to match for or %NULL to match all PMKs * @pmk_len: PMK length */ void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx,