mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-12 21:57:27 +03:00
Fix typo in comment: overide -> override
This commit is contained in:
parent
ca8ba8f8c0
commit
f7f9c69ac5
@ -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 override 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user