]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in a comment
authorJouni Malinen <jouni@codeaurora.org>
Wed, 6 Nov 2019 17:44:50 +0000 (19:44 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 6 Nov 2019 17:44:50 +0000 (19:44 +0200)
Spell NULL correctly.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/rsn_supp/pmksa_cache.c

index d720f7b811441ae1840be295ad42faaa3438ba42..cd4b0508f2338f05ef7c82ac7278379d0fbf6730 100644 (file)
@@ -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,