Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/dec Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/cf2ed6977276
branches:  trunk
changeset: 488030:cf2ed6977276
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 16 23:33:47 2000 +0000

description:
Fix typo.

diffstat:

 sys/dev/dec/dec_boot.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 40c39d572166 -r cf2ed6977276 sys/dev/dec/dec_boot.h
--- a/sys/dev/dec/dec_boot.h    Fri Jun 16 23:32:37 2000 +0000
+++ b/sys/dev/dec/dec_boot.h    Fri Jun 16 23:33:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dec_boot.h,v 1.1 2000/06/16 23:09:57 matt Exp $        */
+/*     $NetBSD: dec_boot.h,v 1.2 2000/06/16 23:33:47 matt Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -102,7 +102,7 @@
  */
        u_int8_t        pad0[2];
        u_int8_t        bb_id_offset;   /* offset in words to id (magic1)*/
-       u_int8_t        bb_mbone        /* must be one */
+       u_int8_t        bb_mbone;       /* must be one */
        u_int16_t       bb_lbn_hi;      /* lbn (hi word) of bootstrap */
        u_int16_t       bb_lbn_low;     /* lbn (low word) of bootstrap */
        u_int8_t        pad1[332];



Home | Main Index | Thread Index | Old Index