diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-02-17 03:37:13 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-17 19:03:07 -0500 |
commit | 73e231abde39f22097df50542c745e01de879836 (patch) | |
tree | c5ffe3b64f99ecf8849f2f551494d87a0d8198e3 /src/backlight | |
parent | 48b5804a48b2b629fa793cc93bcb4a9c6edf9962 (diff) | |
download | systemd-73e231abde39f22097df50542c745e01de879836.tar.gz |
doc: update punctuation
Resolve spotted issues related to missing or extraneous commas, dashes.
Diffstat (limited to 'src/backlight')
-rw-r--r-- | src/backlight/backlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backlight/backlight.c b/src/backlight/backlight.c index bf767038ee..7d7c0845d9 100644 --- a/src/backlight/backlight.c +++ b/src/backlight/backlight.c @@ -285,7 +285,7 @@ int main(int argc, char *argv[]) { * their probing at boot-time might happen in any order. This * means the validity checking of the device then is not * reliable, since it might not see other devices conflicting - * with a specific backlight. To deal with this we will + * with a specific backlight. To deal with this, we will * actively delete backlight state files at shutdown (where * device probing should be complete), so that the validity * check at boot time doesn't have to be reliable. */ |