From: Peter Dinda Date: Wed, 16 Nov 2011 18:33:33 +0000 (-0600) Subject: Typo fix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=c71fc30eb921a0d155d578d609cabdeea9f99d40 Typo fix --- diff --git a/linux_module/mm.c b/linux_module/mm.c index c23cb2f..166cfd2 100644 --- a/linux_module/mm.c +++ b/linux_module/mm.c @@ -109,7 +109,7 @@ uintptr_t alloc_palacios_pgs(u64 num_pages, u32 alignment) { WARN(!pgs, "Could not allocate pages\n"); - /* if (!pgs) { printk("PALACIOS BAD: SMALL PAGE ALLOCATION FAILED\n"); A */} + /* if (!pgs) { printk("PALACIOS BAD: SMALL PAGE ALLOCATION FAILED\n"); } */ /* printk("%llu pages (order=%d) aquired from alloc_pages\n", num_pages, order); */