Commit bd5921b43222acc511aada131882f284333ef16b

Authored by malc
1 parent 48bbf11b

Fix typo

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4860 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
block-nbd.c
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 * QEMU Block driver for NBD 2 * QEMU Block driver for NBD
3 * 3 *
4 * Copyright (C) 2008 Bull S.A.S. 4 * Copyright (C) 2008 Bull S.A.S.
5 - * Author: Laurent Vivier <Laurent.Vivier@bull;net> 5 + * Author: Laurent Vivier <Laurent.Vivier@bull.net>
6 * 6 *
7 * Some parts: 7 * Some parts:
8 * Copyright (C) 2007 Anthony Liguori <anthony@codemonkey.ws> 8 * Copyright (C) 2007 Anthony Liguori <anthony@codemonkey.ws>