From f2824e7b74a28ed6d78cb36156f4c7c6450f01d6 Mon Sep 17 00:00:00 2001 From: Pingfan Liu Date: Tue, 30 Jun 2020 11:05:51 +0800 Subject: [PATCH] kdump.conf: fix a grammar issue Signed-off-by: Pingfan Liu Acked-by: Dave Young --- kdump.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdump.conf b/kdump.conf index 4586ccd..ed78507 100644 --- a/kdump.conf +++ b/kdump.conf @@ -79,7 +79,7 @@ # or script after the vmcore dump process terminates. # The exit status of the current dump process is fed to # the executable binary or script as its first argument. -# If /etc/kdump/post.d directory is exist, All files in +# If /etc/kdump/post.d directory exists, all files in # the directory are collectively sorted and executed in # lexical order, before binary or script specified # kdump_post parameter is executed.