|
@@ -270,7 +270,7 @@ read_fifo(struct IsdnCardState *cs, u_char fifo, int trans_max)
|
|
|
|
|
|
if ((count > fifo_size) || (count < 4)) {
|
|
|
if (cs->debug & L1_DEB_WARN)
|
|
|
- debugl1(cs, "hfcsx_read_fifo %d paket inv. len %d ", fifo , count);
|
|
|
+ debugl1(cs, "hfcsx_read_fifo %d packet inv. len %d ", fifo , count);
|
|
|
while (count) {
|
|
|
count--; /* empty fifo */
|
|
|
Read_hfc(cs, HFCSX_FIF_DRD);
|