diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-29 01:14:23 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-29 01:14:23 +0000 |
commit | 7b10f76ba7bbcc72a30a6f959a61aae0018bac97 (patch) | |
tree | 219fd2df0660cf71da4c83faf0062120b060c7a0 /sys/arch/amiga | |
parent | 0ed6029f1d376769a873154420930bb2c18a9ec3 (diff) |
Correct comment
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r-- | sys/arch/amiga/dev/rd_root.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/dev/rd_root.c b/sys/arch/amiga/dev/rd_root.c index 4bc619bef9c..8ddd39d6b07 100644 --- a/sys/arch/amiga/dev/rd_root.c +++ b/sys/arch/amiga/dev/rd_root.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rd_root.c,v 1.1 1997/05/14 20:00:15 niklas Exp $ */ +/* $OpenBSD: rd_root.c,v 1.2 1997/05/29 01:14:22 niklas Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross @@ -43,7 +43,7 @@ extern int boothowto; /* * This array will be patched to contain a file-system image. - * See the program: src/distrib/sun3/common/rdsetroot.c + * See the program: src/distrib/common/rdsetroot.c */ int rd_root_size = ROOTBYTES; char rd_root_image[ROOTBYTES] = "|This is the root ramdisk!\n"; |