From 341eb41e1516d031880ea4834bb4d45d5e7f352e Mon Sep 17 00:00:00 2001 From: pooka Date: Sat, 17 Feb 2001 22:17:11 +0000 Subject: [PATCH] fix typos in comment --- sys/sys/malloc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index c5f90a901775..08ce438634cd 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -1,4 +1,4 @@ -/* $NetBSD: malloc.h,v 1.57 2001/01/14 02:08:35 thorpej Exp $ */ +/* $NetBSD: malloc.h,v 1.58 2001/02/17 22:17:11 pooka Exp $ */ /* * Copyright (c) 1987, 1993 @@ -144,8 +144,8 @@ #define M_USBDEV 88 /* USB device driver */ #define M_POOL 89 /* memory pool structs */ #define M_CODA 90 /* Coda file system structures and tables. */ -#define M_FILECOREMNT 91 /* Filcore FS mount structures */ -#define M_FILECORENODE 92 /* Filcore FS vnode private part */ +#define M_FILECOREMNT 91 /* Filecore FS mount structures */ +#define M_FILECORENODE 92 /* Filecore FS vnode private part */ #define M_RAIDFRAME 93 /* RAIDframe structures */ #define M_USBHC 94 /* USB host controller */ #define M_SECA 95 /* security associations, key management */