Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys fix typos in comment



details:   https://anonhg.NetBSD.org/src/rev/516bf5a5e05b
branches:  trunk
changeset: 503909:516bf5a5e05b
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Feb 17 22:17:11 2001 +0000

description:
fix typos in comment

diffstat:

 sys/sys/malloc.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d5bc5128bab7 -r 516bf5a5e05b sys/sys/malloc.h
--- a/sys/sys/malloc.h  Sat Feb 17 21:18:40 2001 +0000
+++ b/sys/sys/malloc.h  Sat Feb 17 22:17:11 2001 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index