[DTrace-devel] [PATCH 1/9] Fix typo

eugene.loh at oracle.com eugene.loh at oracle.com
Thu Oct 5 21:13:59 UTC 2023


From: Eugene Loh <eugene.loh at oracle.com>

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 bpf/inet_ntoa6.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bpf/inet_ntoa6.S b/bpf/inet_ntoa6.S
index 3995b92a..37807ad6 100644
--- a/bpf/inet_ntoa6.S
+++ b/bpf/inet_ntoa6.S
@@ -346,7 +346,7 @@ dt_inet_ntoa6:
 	exit
 
 .Lfull:
-	/* Output an IPv6 address without zero-cord collapsing. */
+	/* Output an IPv6 address without zero-word collapsing. */
 	mov	%r6, 7
 .Lfull_loop:
 	jle	%r6, 0, .Lfull_end
-- 
2.18.4




More information about the DTrace-devel mailing list