diff options
Diffstat (limited to 'sys/arch/sparc/stand/bootxx/bootxx.c')
-rw-r--r-- | sys/arch/sparc/stand/bootxx/bootxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/bootxx/bootxx.c b/sys/arch/sparc/stand/bootxx/bootxx.c index 6d6e1ef381f..3a2046a0b11 100644 --- a/sys/arch/sparc/stand/bootxx/bootxx.c +++ b/sys/arch/sparc/stand/bootxx/bootxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootxx.c,v 1.4 2003/08/14 17:13:57 deraadt Exp $ */ +/* $OpenBSD: bootxx.c,v 1.5 2003/11/14 19:05:36 miod Exp $ */ /* $NetBSD: bootxx.c,v 1.2 1997/09/14 19:28:17 pk Exp $ */ /* @@ -50,7 +50,7 @@ struct open_file io; /* * The contents of the block_* variables below is set by installboot(8) - * to hold the the filesystem data of the second-stage boot program + * to hold the filesystem data of the second-stage boot program * (typically `/boot'): filesystem block size, # of filesystem blocks and * the block numbers themselves. */ |