projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fc0055
)
qga: Fix typo (plural) in comment
author
Stefan Weil
<sw@weilnetz.de>
Tue, 29 Apr 2014 06:24:34 +0000
(08:24 +0200)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 7 May 2014 17:00:43 +0000
(21:00 +0400)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qga/main.c
patch
|
blob
|
history
diff --git
a/qga/main.c
b/qga/main.c
index d838c3e32aa2935226a2e17d433f2578e0028d07..38219c9d77108c383be53e78eba7592bd90d4967 100644
(file)
--- 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 filesystem
s
are unfrozen */
s->deferred_options.pid_filepath = pid_filepath;
become_daemon(NULL);
}