uda50 and rl11 boot blocks; 730 crud
[unix-history] / usr / src / sys / vax / stand / hp.c
index 24adb32..770df11 100644 (file)
@@ -1,4 +1,4 @@
-/*     hp.c    4.10    83/02/16        */
+/*     hp.c    4.11    83/02/16        */
 
 /*
  * RP??/RM?? disk driver
 
 /*
  * RP??/RM?? disk driver
@@ -421,7 +421,7 @@ hpecc(io, flag)
                        byte++;
                        i++;
                        bit -= 8;
                        byte++;
                        i++;
                        bit -= 8;
-                       if ((io->i_flgs & F_ECCLIM) && ecccnt++ >= MAXECC)
+                       if ((io->i_flgs & F_ECCLM) && ecccnt++ >= MAXECC)
                                return (1);
                }
                return(0);
                                return (1);
                }
                return(0);