commit 000b3e264ebd30d72d6f9d81c711dfa1d474dd55
parent 9de4810b3bf6034e8731a0445f6c023c3094e7ee
Author: Jonathan Halmen <slowjo@halmen.xyz>
Date: Mon, 21 Jun 2021 23:18:32 +0200
net/dns: fix typo in types.ha
Signed-off-by: Jonathan Halmen <slowjo@halmen.xyz>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/dns/types.ha b/net/dns/types.ha
@@ -91,7 +91,7 @@ export type op = struct {
qr: qr,
// Operation code
opcode: opcode,
- // Authoratative answer bit
+ // Authoritative answer bit
aa: bool,
// Truncation bit
tc: bool,