diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-23 02:10:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-23 02:10:19 +0200 |
commit | 1d0ae74ae3228220f9c2668b15c02b1e941fb011 (patch) | |
tree | fb1a86de8e3b500d51c5dd5395a60d0dc2df624f /src/sd-daemon.h | |
parent | 359957ee23e8dad97f6c75969d7ecfe4d3c4369f (diff) |
minor typo fixes
Diffstat (limited to 'src/sd-daemon.h')
-rw-r--r-- | src/sd-daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sd-daemon.h b/src/sd-daemon.h index 56fec98aa7..779704783d 100644 --- a/src/sd-daemon.h +++ b/src/sd-daemon.h @@ -49,7 +49,7 @@ extern "C" { - Detection of systemd boots You may compile this with -DDISABLE_SYSTEMD to disable systemd - support. This make all those calls NOPs that are directly related to + support. This makes all those calls NOPs that are directly related to systemd (i.e. only sd_is_xxx() will stay useful). Since this is drop-in code we don't want any of our symbols to be |