diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-24 16:48:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-24 16:48:46 +0000 |
commit | ed696c241c57a73bfd2578d4cdbe8ffcebd3a1a1 (patch) | |
tree | c0045fbb2e2804a0c8ea9f835a4a88c596216317 /sys/arch/mips64 | |
parent | 39bc877970a694905bb2c93ada0f234d487a146e (diff) |
It's never too late to write "too late" correctly.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/mips64/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/pmap.c b/sys/arch/mips64/mips64/pmap.c index fa00611cc80..ae60392c311 100644 --- a/sys/arch/mips64/mips64/pmap.c +++ b/sys/arch/mips64/mips64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.23 2007/04/20 16:03:55 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.24 2007/04/24 16:48:45 miod Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -190,7 +190,7 @@ pmap_steal_memory(vsize_t size, vaddr_t *vstartp, vaddr_t *vendp) #ifdef DIAGNOSTIC if (uvm.page_init_done) { - panic("pmap_steal_memory: to late, vm is running!"); + panic("pmap_steal_memory: too late, vm is running!"); } #endif |