diff options
author | Stefan Weil <weil@mail.berlios.de> | 2009-08-31 21:42:16 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-09 14:57:20 -0500 |
commit | cc2040f8c22b933df6f3be11a1bf7a6b55327031 (patch) | |
tree | 40939165fc997e5a7a78feb1cd0574b23e445172 /block | |
parent | 20bb82770e20923ffa3098e9c2bc340f4d2ba7ee (diff) |
Fix spelling in comment.
The company which made Virtual PC was Connectix.
They use the magic string "conectix" in their disk images.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/vpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/vpc.c b/block/vpc.c index 6be24bf84e..950ad58b3b 100644 --- a/block/vpc.c +++ b/block/vpc.c @@ -1,5 +1,5 @@ /* - * Block driver for Conectix/Microsoft Virtual PC images + * Block driver for Connectix / Microsoft Virtual PC images * * Copyright (c) 2005 Alex Beregszaszi * Copyright (c) 2009 Kevin Wolf <kwolf@suse.de> |