summaryrefslogtreecommitdiff
path: root/src/systemd/sd-event.h
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2014-03-24 23:14:28 -0400
committerLennart Poettering <lennart@poettering.net>2014-03-25 20:23:33 +0100
commit10b17992ee59ac1d03d6fc210a976bc2b59f6d75 (patch)
tree2c61a05aed8b67375bba8f081938ee9d933c6b5e /src/systemd/sd-event.h
parent3b5b000fbc2ed6d953df2de528a50a8348afc618 (diff)
src/systemd: fix grammar and spelling errors in comments
Diffstat (limited to 'src/systemd/sd-event.h')
-rw-r--r--src/systemd/sd-event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/systemd/sd-event.h b/src/systemd/sd-event.h
index c0bd03bcc..6ed0527ae 100644
--- a/src/systemd/sd-event.h
+++ b/src/systemd/sd-event.h
@@ -33,8 +33,8 @@
/*
Why is this better than pure epoll?
- - Supports event source priorisation
- - Scales better with a large number of time events, since it doesn't require one timerfd each
+ - Supports event source prioritization
+ - Scales better with a large number of time events because it does not require one timerfd each
- Automatically tries to coalesce timer events system-wide
- Handles signals and child PIDs
*/
@@ -58,7 +58,7 @@ enum {
};
enum {
- /* And everything inbetween and outside is good too */
+ /* And everything in-between and outside is good too */
SD_EVENT_PRIORITY_IMPORTANT = -100,
SD_EVENT_PRIORITY_NORMAL = 0,
SD_EVENT_PRIORITY_IDLE = 100