Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Fix misspelling of binary and as logical ...



details:   https://anonhg.NetBSD.org/src/rev/42bc0b478746
branches:  trunk
changeset: 798102:42bc0b478746
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Aug 08 21:13:52 2014 +0000

description:
Fix misspelling of binary and as logical and.

diffstat:

 sys/arch/amiga/dev/fd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a4a00feafa08 -r 42bc0b478746 sys/arch/amiga/dev/fd.c
--- a/sys/arch/amiga/dev/fd.c   Fri Aug 08 21:13:05 2014 +0000
+++ b/sys/arch/amiga/dev/fd.c   Fri Aug 08 21:13:52 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.91 2014/07/25 08:10:31 dholland Exp $ */
+/*     $NetBSD: fd.c,v 1.92 2014/08/08 21:13:52 joerg Exp $ */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.91 2014/07/25 08:10:31 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.92 2014/08/08 21:13:52 joerg Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1851,7 +1851,7 @@
                 * if we are at gap then we can no longer be sure
                 * of correct sync marks
                 */
-               if ((info && 0xff) == 1)
+               if ((info & 0xff) == 1)
                        doagain = 1;
                else
                        doagain = 0;



Home | Main Index | Thread Index | Old Index