diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-18 05:16:02 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-18 05:16:02 -0800 |
| commit | 6d5c9dc435b4d8873c74dfdb986478a3aa8167b6 (patch) | |
| tree | b42e80a8984a1b0bc281095d7fe19b83fe37ace4 /include | |
| parent | db774a23df446f623d6d2d1fc53a4a5483a2d166 (diff) | |
[PATCH] spelling fix for propogate -> propagate
This patch provides the following spelling fix.
propogate -> propagate
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/sctp/ulpqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/ulpqueue.h b/include/net/sctp/ulpqueue.h index 689abb810eb2..8a9f056d4fc3 100644 --- a/include/net/sctp/ulpqueue.h +++ b/include/net/sctp/ulpqueue.h @@ -62,7 +62,7 @@ void sctp_ulpq_free(struct sctp_ulpq *); /* Add a new DATA chunk for processing. */ int sctp_ulpq_tail_data(struct sctp_ulpq *, sctp_chunk_t *chunk, int priority); -/* 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 *, struct sctp_ulpevent *ev); /* Is the ulpqueue empty. */ |
