From ed696c241c57a73bfd2578d4cdbe8ffcebd3a1a1 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 24 Apr 2007 16:48:46 +0000 Subject: It's never too late to write "too late" correctly. --- sys/arch/mips64/mips64/pmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mips64') 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 -- cgit v1.2.3