aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/netinet/sctp_cc_functions.c
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2016-05-09 18:16:38 +0200
committerMichael Tuexen <tuexen@fh-muenster.de>2016-05-09 18:16:38 +0200
commita22f29926a6a613c72dcdb2a94d7d540c173504d (patch)
tree0f9942d991a3914fb2239d7742f80a45443368d2 /usrsctplib/netinet/sctp_cc_functions.c
parenteae776704da902406b8ed040fbfba6710be3a0a5 (diff)
downloadusrsctp-a22f29926a6a613c72dcdb2a94d7d540c173504d.tar.gz
Fix a typo.
Diffstat (limited to 'usrsctplib/netinet/sctp_cc_functions.c')
-rwxr-xr-xusrsctplib/netinet/sctp_cc_functions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrsctplib/netinet/sctp_cc_functions.c b/usrsctplib/netinet/sctp_cc_functions.c
index 12bc35e8..b9a684b2 100755
--- a/usrsctplib/netinet/sctp_cc_functions.c
+++ b/usrsctplib/netinet/sctp_cc_functions.c
@@ -245,7 +245,7 @@ sctp_cwnd_update_after_fr(struct sctp_tcb *stcb,
}
/* Defines for instantaneous bw decisions */
-#define SCTP_INST_LOOSING 1 /* Loosing to other flows */
+#define SCTP_INST_LOOSING 1 /* Losing to other flows */
#define SCTP_INST_NEUTRAL 2 /* Neutral, no indication */
#define SCTP_INST_GAINING 3 /* Gaining, step down possible */
@@ -1396,7 +1396,7 @@ sctp_cwnd_update_after_ecn_echo(struct sctp_tcb *stcb, struct sctp_nets *net,
/* Here starts the RTCCVAR type CC invented by RRS which
* is a slight mod to RFC2581. We reuse a common routine or
- * two since these algorithm are so close and need to
+ * two since these algorithms are so close and need to
* remain the same.
*/
static void