summaryrefslogtreecommitdiff
path: root/src/systemd/sd-readahead.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/sd-readahead.h')
-rw-r--r--src/systemd/sd-readahead.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-readahead.h b/src/systemd/sd-readahead.h
index 2dac104f7a..ed8300c9b3 100644
--- a/src/systemd/sd-readahead.h
+++ b/src/systemd/sd-readahead.h
@@ -34,7 +34,7 @@ extern "C" {
/*
Reference implementation of a few boot readahead related
interfaces. These interfaces are trivial to implement. To simplify
- porting we provide this reference implementation. Applications are
+ porting, we provide this reference implementation. Applications are
welcome to reimplement the algorithms described here if they do not
want to include these two source files.