mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-17 07:02:03 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
if (ga_is_frozen(s)) {
|
if (ga_is_frozen(s)) {
|
||||||
if (daemonize) {
|
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;
|
s->deferred_options.pid_filepath = pid_filepath;
|
||||||
become_daemon(NULL);
|
become_daemon(NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue