chiark / gitweb /
doc: update punctuation
[elogind.git] / src / journal / journalctl.c
index 482795bd38a43be085e2e2c109434bafbd88bf00..d406daeae99d6fecca6d3c942d108e424e9da213 100644 (file)
@@ -727,7 +727,7 @@ static int add_matches(sd_journal *j, char **args) {
                                         t = strappend("_COMM=", comm);
 
                                         /* Append _EXE only if the interpreter is not a link.
-                                           Otherwise it might be outdated often. */
+                                           Otherwise, it might be outdated often. */
                                         if (lstat(interpreter, &st) == 0 &&
                                             !S_ISLNK(st.st_mode)) {
                                                 t2 = strappend("_EXE=", interpreter);