the the
authorderaadt <deraadt@openbsd.org>
Wed, 9 Apr 1997 05:09:35 +0000 (05:09 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 9 Apr 1997 05:09:35 +0000 (05:09 +0000)
sys/arch/alpha/stand/installboot.c

index d829203..49eb5d8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: installboot.c,v 1.5 1997/01/15 23:41:48 millert Exp $ */
+/*     $OpenBSD: installboot.c,v 1.6 1997/04/09 05:09:35 deraadt Exp $ */
 /*     $NetBSD: installboot.c,v 1.2 1995/12/20 00:17:49 cgd Exp $ */
 
 /*
@@ -156,7 +156,7 @@ main(argc, argv)
                long    bb_secsize;     /* size of secondary boot block */
                long    bb_secstart;    /* start of secondary boot block */
                long    bb_flags;       /* unknown; always zero */
-               long    bb_cksum;       /* checksum of the the boot block, as longs. */
+               long    bb_cksum;       /* checksum of the boot block, as longs. */
        } bb;
        long *lp, *ep;