From: Stefan Weil Date: Tue, 29 Apr 2014 06:24:34 +0000 (+0200) Subject: qga: Fix typo (plural) in comment X-Git-Tag: pull-nvme-20200902~4819^2~19 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8e8be266af067277664c96670c779d8924b4d61e;p=qemu-nvme.git qga: Fix typo (plural) in comment Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/qga/main.c b/qga/main.c index d838c3e32a..38219c9d77 100644 --- a/qga/main.c +++ b/qga/main.c @@ -1110,7 +1110,7 @@ int main(int argc, char **argv) if (ga_is_frozen(s)) { if (daemonize) { - /* delay opening/locking of pidfile till filesystem are unfrozen */ + /* delay opening/locking of pidfile till filesystems are unfrozen */ s->deferred_options.pid_filepath = pid_filepath; become_daemon(NULL); }