diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-06-13 20:42:57 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-06-24 20:01:24 +0400 |
commit | 5d831be27289c244969cbe6a3b87cbc0b44b1532 (patch) | |
tree | 7760a1ec0069867e5c775836f706296987eb4d6f /translate-all.c | |
parent | 10358b6a1cc466a7d6e6d78364c972935634bdb7 (diff) |
Fix new typos (found by codespell)
* accomodate -> accommodate
* aquiring -> acquiring
* beacuse -> because
* loosing -> losing
* prefering -> preferring
* threshhold -> threshold
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'translate-all.c')
-rw-r--r-- | translate-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate-all.c b/translate-all.c index 5425d038d9..8f7e11b0a5 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, |