From 753b38787de52c6b3080b4c96aad87380c432a77 Mon Sep 17 00:00:00 2001 From: Amir Chaudhry Date: Wed, 10 Jun 2015 14:28:56 +0100 Subject: [PATCH] Minor typo in comment: Mirage OS -> MirageOS cf. discussion in http://openmirage.org/wiki/weekly-2015-01-14 :) --- src/pci_virtio_vmnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pci_virtio_vmnet.c b/src/pci_virtio_vmnet.c index 2c02d96..5177c15 100644 --- a/src/pci_virtio_vmnet.c +++ b/src/pci_virtio_vmnet.c @@ -29,7 +29,7 @@ /* * - * The vmnet support is ported from the Mirage OS project: + * The vmnet support is ported from the MirageOS project: * * https://github.com/mirage/ocaml-vmnet *