瀏覽代碼

rtcwake: fix a typo in description (#2198)

Felix Yan 6 年之前
父節點
當前提交
3a7ea2fd7d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/linux/rtcwake.md

+ 1 - 1
pages/linux/rtcwake.md

@@ -14,7 +14,7 @@
 
 `sudo rtcwake -m disk --date +{{15}}min`
 
-- Freeze the system (more efficent than suspend-to-ram but linux > 3.9 required) and wakeup at a given date and time:
+- Freeze the system (more efficient than suspend-to-ram but linux > 3.9 required) and wakeup at a given date and time:
 
 `sudo rtcwake -m freeze --date {{YYYYMMDDhhmm}}`