From 4135f40c9b3fe48cf86f35e1357c296b5983a5bc Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 19 Dec 2020 19:14:46 +1100 Subject: [PATCH] docs: fix simple typo, modifed -> modified There is a small typo in hal/rtl8821c/rtl8821c_dm.c. Should read `modified` rather than `modifed`. --- hal/rtl8821c/rtl8821c_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/rtl8821c/rtl8821c_dm.c b/hal/rtl8821c/rtl8821c_dm.c index dd67877..c591511 100755 --- a/hal/rtl8821c/rtl8821c_dm.c +++ b/hal/rtl8821c/rtl8821c_dm.c @@ -229,7 +229,7 @@ void rtl8821c_phy_haldm_watchdog(PADAPTER Adapter) #ifdef CONFIG_P2P_PS /* Fw is under p2p powersaving mode, driver should stop dynamic mechanism. - modifed by thomas. 2011.06.11.*/ + modified by thomas. 2011.06.11.*/ if (Adapter->wdinfo.p2p_ps_mode) bFwPSAwake = _FALSE; #endif /*CONFIG_P2P_PS*/