Print this page
3903 DTrace SCTP Provider

@@ -174,19 +174,19 @@
  */
 typedef uintptr_t void_ip_t;
 
 /*
  * __dtrace_ipsr_ill_t is used by the translator to take an ill_t plus an
- * additional arg6 from the ip:::send and ip:::recieve probes, and translate
+ * additional arg6 from the ip:::send and ip:::receive probes, and translate
  * them to an ifinfo_t.
  */
 typedef ill_t __dtrace_ipsr_ill_t;
 
 /*
  * __dtrace_tcp_void_ip_t is used by the translator to take either the
  * non-NULL void_ip_t * passed in or, if it is NULL, uses arg3 (tcp_t *)
- * from the tcp:::send and tcp:::recieve probes to translate to an ipinfo_t.
+ * from the tcp:::send and tcp:::receive probes to translate to an ipinfo_t.
  * When no headers are available in the TCP fusion case for tcp:::send
  * and tcp:::receive case, this allows us to present the consumer with header
  * data based on the tcp_t * content in order to hide the implementation
  * details of TCP fusion.
  */