mirror of https://github.com/xemu-project/xemu.git
qga: Fix typo (plural) in comment
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
4fc00556ab
commit
8e8be266af
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue