Skip to content

Commit 428a082

Browse files
authored
Merge pull request #108 from timgates42/bugfix_typo_modified
docs: fix simple typo, modifed -> modified
2 parents cb63226 + 4135f40 commit 428a082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/rtl8821c/rtl8821c_dm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void rtl8821c_phy_haldm_watchdog(PADAPTER Adapter)
229229

230230
#ifdef CONFIG_P2P_PS
231231
/* Fw is under p2p powersaving mode, driver should stop dynamic mechanism.
232-
modifed by thomas. 2011.06.11.*/
232+
modified by thomas. 2011.06.11.*/
233233
if (Adapter->wdinfo.p2p_ps_mode)
234234
bFwPSAwake = _FALSE;
235235
#endif /*CONFIG_P2P_PS*/

0 commit comments

Comments
 (0)