diff mbox

Fix spelling in comment.

Message ID 1251747736-12037-1-git-send-email-weil@mail.berlios.de
State Superseded
Headers show

Commit Message

Stefan Weil Aug. 31, 2009, 7:42 p.m. UTC
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>
---
 block/vpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/block/vpc.c b/block/vpc.c
index 6be24bf..950ad58 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>