From 5d831be27289c244969cbe6a3b87cbc0b44b1532 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 13 Jun 2014 20:42:57 +0200 Subject: Fix new typos (found by codespell) * accomodate -> accommodate * aquiring -> acquiring * beacuse -> because * loosing -> losing * prefering -> preferring * threshhold -> threshold Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- translate-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate-all.c') diff --git a/translate-all.c b/translate-all.c index 5425d03..8f7e11b 100644 --- a/translate-all.c +++ b/translate-all.c @@ -594,7 +594,7 @@ static inline void *alloc_code_gen_buffer(void) #ifdef __mips__ if (cross_256mb(buf, tcg_ctx.code_gen_buffer_size)) { - /* Try again, with the original still mapped, to avoid re-aquiring + /* Try again, with the original still mapped, to avoid re-acquiring that 256mb crossing. This time don't specify an address. */ size_t size2, size1 = tcg_ctx.code_gen_buffer_size; void *buf2 = mmap(NULL, size1, PROT_WRITE | PROT_READ | PROT_EXEC, -- cgit v1.1