All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] correct comment of option parse in main()
@ 2015-10-23 13:40 Cao jin
  2015-10-24  8:20 ` Cao jin
  0 siblings, 1 reply; 2+ messages in thread
From: Cao jin @ 2015-10-23 13:40 UTC (permalink / raw)
  To: qemu-devel

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 vl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vl.c b/vl.c
index 332d828..aa95172 100644
--- a/vl.c
+++ b/vl.c
@@ -3031,7 +3031,7 @@ int main(int argc, char **argv, char **envp)
     optind = 1;
     while (optind < argc) {
         if (argv[optind][0] != '-') {
-            /* disk image */
+            /* not option */
             optind++;
         } else {
             const QEMUOption *popt;
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-24  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23 13:40 [Qemu-devel] [PATCH] correct comment of option parse in main() Cao jin
2015-10-24  8:20 ` Cao jin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.