diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-07-26 13:59:24 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-07-26 13:59:24 +0000 |
commit | d39cc45747773d7e99e5695d3b320e9bc366b094 (patch) | |
tree | e52629b792a6c53226dfe1b6eb111d5afc6dae34 /sys | |
parent | cc390e209997043819b251b241d25166abebc8a0 (diff) |
Typos.
From Heikki Korpela <heko@iki.fi>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/malloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |