From 740bb43f67f7a9081d30b4308bdd2fc1b4fe82f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20F=C3=A4rber?= Date: Sun, 31 May 2009 00:34:10 +0200 Subject: [PATCH] Fix typo in comment --- common/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.c b/common/common.c index d9ab7da..1381e4d 100644 --- a/common/common.c +++ b/common/common.c @@ -242,7 +242,7 @@ static inline uint64_t *mon_get_ptep_l3(struct kqemu_state *s, if (!(pml4e & PG_PRESENT_MASK)) { if (!alloc) return NULL; - /* allocage a new page */ + /* allocate a new page */ ptr = mon_alloc_page(s, &pdp_page_index); if (!ptr) return NULL; -- 2.11.4.GIT