summaryrefslogtreecommitdiff
path: root/net/sctp/ulpqueue.c
diff options
context:
space:
mode:
authorSteven Cole <elenstev@mesatop.com>2003-02-18 05:16:02 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-18 05:16:02 -0800
commit6d5c9dc435b4d8873c74dfdb986478a3aa8167b6 (patch)
treeb42e80a8984a1b0bc281095d7fe19b83fe37ace4 /net/sctp/ulpqueue.c
parentdb774a23df446f623d6d2d1fc53a4a5483a2d166 (diff)
[PATCH] spelling fix for propogate -> propagate
This patch provides the following spelling fix. propogate -> propagate
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r--net/sctp/ulpqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c
index 04c47bffb8e9..bfc886cf25e4 100644
--- a/net/sctp/ulpqueue.c
+++ b/net/sctp/ulpqueue.c
@@ -154,7 +154,7 @@ int sctp_ulpq_tail_data(struct sctp_ulpq *ulpq, sctp_chunk_t *chunk,
return 0;
}
-/* Add a new event for propogation to the ULP. */
+/* Add a new event for propagation to the ULP. */
int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event)
{
struct sock *sk = ulpq->asoc->base.sk;