patch-1.3.95 linux/drivers/isdn/pcbit/drv.c

Next file: linux/drivers/isdn/pcbit/edss1.c
Previous file: linux/drivers/isdn/pcbit/capi.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.94/linux/drivers/isdn/pcbit/drv.c linux/drivers/isdn/pcbit/drv.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 1996 Universidade de Lisboa
  * 
- * Writen by Pedro Roque Marques (roque@di.fc.ul.pt)
+ * Written by Pedro Roque Marques (roque@di.fc.ul.pt)
  *
  * This software may be used and distributed according to the terms of 
  * the GNU Public License, incorporated herein by reference.
@@ -251,7 +251,7 @@
 		pcbit_fsm_event(dev, chan, EV_USR_SETUP_RESP, NULL);
 		break;
 	case ISDN_CMD_ACCEPTB:
-		printk("ISDN_CMD_ACCEPTB - not realy needed\n");
+		printk("ISDN_CMD_ACCEPTB - not really needed\n");
 		break;
 	case ISDN_CMD_HANGUP:
 		pcbit_fsm_event(dev, chan, EV_USR_RELEASE_REQ, NULL);
@@ -354,7 +354,7 @@
 	{
 #ifdef DEBUG_QUEUE
 		printk(KERN_DEBUG 
-		       "pcbit: %d packets allready in queue - write fails\n",
+		       "pcbit: %d packets already in queue - write fails\n",
 		       chan->queued);
 #endif
 		/*
@@ -768,7 +768,7 @@
 	if (stat_count < 0)
 		stat_count = STATBUF_LEN - stat_st + stat_end;
 
-	/* FIXME: should we sleep and wait for more cockies ? */
+	/* FIXME: should we sleep and wait for more cookies ? */
 	if (len > stat_count)            
 		len = stat_count;
 
@@ -1025,7 +1025,7 @@
 		dev->unack_seq = 0;
 		break;
 	default:
-		printk("error: unkown ioctl\n");
+		printk("error: unknown ioctl\n");
 		break;
 	};
 	return 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this