From c35fd76e91dbca628e5aa1ae5cd29a10bfd4cf0f Mon Sep 17 00:00:00 2001 From: gwr Date: Thu, 26 Oct 1995 15:38:45 +0000 Subject: Fix a comment --- sys/dev/ramdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ramdisk.c') diff --git a/sys/dev/ramdisk.c b/sys/dev/ramdisk.c index 556af6ef2b0..111907f5ca1 100644 --- a/sys/dev/ramdisk.c +++ b/sys/dev/ramdisk.c @@ -1,4 +1,4 @@ -/* $NetBSD: ramdisk.c,v 1.1 1995/10/08 23:30:57 gwr Exp $ */ +/* $NetBSD: ramdisk.c,v 1.2 1995/10/26 15:38:45 gwr Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross, Leo Weppelman. @@ -391,7 +391,7 @@ rd_ioctl_kalloc(sc, urd, proc) #if RAMDISK_SERVER /* - * Handle ioctl RD_SETCONF for (sc_type == RD_KMEM_ALLOCATED) + * Handle ioctl RD_SETCONF for (sc_type == RD_UMEM_SERVER) * Set config, then become the I/O server for this unit. */ int -- cgit