Print this page
3903 DTrace SCTP Provider
@@ -143,11 +143,11 @@
} tcplsinfo_t;
/*
* __dtrace_tcp_tcph_t is used by the tcpinfo_t * translator to take either
* the non-NULL tcph_t * passed in or, if it is NULL, uses arg3 (tcp_t *)
- * from the tcp:::send and tcp:::recieve probes and translates the tcp_t *
+ * from the tcp:::send and tcp:::receive probes and translates the tcp_t *
* into the tcpinfo_t. When no headers are available - as is the case for
* TCP fusion tcp:::send and tcp:::receive - this allows us to present the
* consumer with header data based on tcp_t * content and hide TCP fusion
* implementation details.
*/