docs: fix simple typo, modifed -> modified

There is a small typo in hal/rtl8821c/rtl8821c_dm.c.

Should read `modified` rather than `modifed`.
This commit is contained in:
Tim Gates
2020-12-19 19:14:46 +11:00
parent cb63226272
commit 4135f40c9b

View File

@@ -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*/