projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8ba8f
)
Fix typo in comment: overide -> override
author
nikolas
<nikolas@gnu.org>
Wed, 4 Sep 2019 16:03:56 +0000
(12:03 -0400)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 4 Sep 2019 22:39:36 +0000
(07:39 +0900)
src/login/logind-brightness.c
patch
|
blob
|
history
diff --git
a/src/login/logind-brightness.c
b/src/login/logind-brightness.c
index 8dfa97d7aed600644237efb7bb0eee1f99424e5a..3f4b65e1fdf16ab9333c1454d27b056e0a96cd92 100644
(file)
--- a/
src/login/logind-brightness.c
+++ b/
src/login/logind-brightness.c
@@
-213,7
+213,7
@@
int manager_write_brightness(
if (r < 0)
return log_error_errno(r, "Failed to add message to set: %m");
- /* We overide any previously requested brightness here: we coalesce writes, and the newest
+ /* We over
r
ide any previously requested brightness here: we coalesce writes, and the newest
* requested brightness is the one we'll put into effect. */
existing->brightness = brightness;
existing->again = true; /* request another iteration of the writer when the current one is