From d39cc45747773d7e99e5695d3b320e9bc366b094 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Thu, 26 Jul 2001 13:59:24 +0000 Subject: Typos. From Heikki Korpela --- sys/sys/malloc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index ab3871c19fc..11a283e8c7e 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: malloc.h,v 1.44 2001/05/20 00:09:57 angelos Exp $ */ +/* $OpenBSD: malloc.h,v 1.45 2001/07/26 13:59:23 art Exp $ */ /* $NetBSD: malloc.h,v 1.39 1998/07/12 19:52:01 augustss Exp $ */ /* @@ -157,8 +157,8 @@ #define M_VMSWAP 92 /* VM swap structures */ #define M_RAIDFRAME 97 /* Raidframe data */ -#define M_UVMAMAP 98 /* UVM amap and realted */ -#define M_UVMAOBJ 99 /* UVM aobj and realted */ +#define M_UVMAMAP 98 /* UVM amap and related */ +#define M_UVMAOBJ 99 /* UVM aobj and related */ #define M_POOL 100 /* Pool memory */ #define M_USB 101 /* USB general */ #define M_USBDEV 102 /* USB device driver */ -- cgit v1.2.3