sleep.c: fix typo

(cherry picked from commit 096924092b)
This commit is contained in:
Michele Curti
2014-02-23 12:42:00 +00:00
committed by Colin Guthrie
parent 924df1ee06
commit fdaa623f62
+1 -1
View File
@@ -90,7 +90,7 @@ static int execute(char **modes, char **states) {
const char* note = strappenda("SLEEP=", arg_verb);
/* This file is opened first, so that if we hit an error,
* we can abort before modyfing any state. */
* we can abort before modifying any state. */
f = fopen("/sys/power/state", "we");
if (!f) {
log_error("Failed to open /sys/power/state: %m");