X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fjournal%2Fjournalctl.c;h=d406daeae99d6fecca6d3c942d108e424e9da213;hp=482795bd38a43be085e2e2c109434bafbd88bf00;hb=73e231abde39f22097df50542c745e01de879836;hpb=48b5804a48b2b629fa793cc93bcb4a9c6edf9962 diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 482795bd3..d406daeae 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -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);