Commit a890825b authored by Michael Hayes's avatar Michael Hayes Committed by David Woodhouse

[PATCH] Spelling fixes - occurrence

This fixes:
    occurence -> occurrence
    occurences -> occurrences

Fixes 13 occurrences (literally!) in all.
parent 5fa167bc
......@@ -151,7 +151,7 @@ static char rcsid[] =
* Revision 2.2.1.4 1998/08/04 11:02:50 ivan
* /proc/cyclades implementation with great collaboration of
* Marc Lewis <marc@blarg.net>;
* cyy_interrupt was changed to avoid occurence of kernel oopses
* cyy_interrupt was changed to avoid occurrence of kernel oopses
* during PPP operation.
*
* Revision 2.2.1.3 1998/06/01 12:09:10 ivan
......
......@@ -3516,7 +3516,7 @@ static void pc_start(struct tty_struct *tty)
/* ------------------------------------------------------------------
The below routines pc_throttle and pc_unthrottle are used
to slow (And resume) the receipt of data into the kernels
receive buffers. The exact occurence of this depends on the
receive buffers. The exact occurrence of this depends on the
size of the kernels receive buffer and what the 'watermarks'
are set to for that buffer. See the n_ttys.c file for more
details.
......
......@@ -740,7 +740,7 @@ int ibmphp_add_resource (struct resource_node *res)
res->nextRange = NULL;
}
} else {
/* this is the case where it is 1st occurence of the range */
/* this is the case where it is 1st occurrence of the range */
if (!res_prev) {
/* at the beginning of the resource list */
res->next = NULL;
......
......@@ -1603,7 +1603,7 @@ l3dss1_setup(struct l3_process *pc, u8 pr, void *arg)
* Bearer Capabilities
*/
p = skb->data;
/* only the first occurence 'll be detected ! */
/* only the first occurrence 'll be detected ! */
if ((p = findie(p, skb->len, 0x04, 0))) {
if ((p[1] < 2) || (p[1] > 11))
err = 1;
......
......@@ -1456,7 +1456,7 @@ l3ni1_setup(struct l3_process *pc, u8 pr, void *arg)
* Bearer Capabilities
*/
p = skb->data;
/* only the first occurence 'll be detected ! */
/* only the first occurrence 'll be detected ! */
if ((p = findie(p, skb->len, 0x04, 0))) {
if ((p[1] < 2) || (p[1] > 11))
err = 1;
......
......@@ -1179,7 +1179,7 @@ pmu_queue_request(struct adb_request *req)
static inline void
wait_for_ack(void)
{
/* Sightly increased the delay, I had one occurence of the message
/* Sightly increased the delay, I had one occurrence of the message
* reported
*/
int timeout = 4000;
......
......@@ -320,7 +320,7 @@ struct s_srf_evc {
u_char evc_rep_required ; /* report required */
u_short evc_para ; /* SMT Para Number */
u_char *evc_cond_state ; /* condition state */
u_char *evc_multiple ; /* multiple occurence */
u_char *evc_multiple ; /* multiple occurrence */
} ;
/*
......
......@@ -1726,7 +1726,7 @@ static int if_send (struct sk_buff* skb, netdevice_t* dev)
/*============================================================================
* Setup so that a frame can be transmitted on the occurence of a transmit
* Setup so that a frame can be transmitted on the occurrence of a transmit
* interrupt.
*/
static int setup_for_delayed_transmit (netdevice_t* dev, struct sk_buff *skb)
......
......@@ -1598,7 +1598,7 @@ static int if_send (struct sk_buff* skb, netdevice_t* dev)
}
/*============================================================================
* Setup so that a frame can be transmitted on the occurence of a transmit
* Setup so that a frame can be transmitted on the occurrence of a transmit
* interrupt.
*===========================================================================*/
......
......@@ -586,7 +586,7 @@ int CpqTsInitializeFrameManager( void *pChip, int opcode)
// This "look ahead" function examines the IMQ for occurence of
// This "look ahead" function examines the IMQ for occurrence of
// "type". Returns 1 if found, 0 if not.
static int PeekIMQEntry( PTACHYON fcChip, ULONG type)
{
......
......@@ -577,7 +577,7 @@ int journal_set_revoke(journal_t *journal,
record = find_revoke_record(journal, blocknr);
if (record) {
/* If we have multiple occurences, only record the
/* If we have multiple occurrences, only record the
* latest sequence number in the hashed record */
if (tid_gt(sequence, record->sequence))
record->sequence = sequence;
......
......@@ -250,7 +250,7 @@ int seq_release(struct inode *inode, struct file *file)
* @s: string
* @esc: set of characters that need escaping
*
* Puts string into buffer, replacing each occurence of character from
* Puts string into buffer, replacing each occurrence of character from
* @esc with usual octal escape. Returns 0 in case of success, -1 - in
* case of overflow.
*/
......
......@@ -1449,7 +1449,7 @@ xfs_qm_dqpurge(
xfs_dqtrace_entry(dqp, "DQPURGE ->DQFLUSH: DQDIRTY");
/* dqflush unlocks dqflock */
/*
* Given that dqpurge is a very rare occurence, it is OK
* Given that dqpurge is a very rare occurrence, it is OK
* that we're holding the hashlist and mplist locks
* across the disk write. But, ... XXXsup
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment