nameser: Fix a typo in a source code comment

-s /unknwon/unknown/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2023-06-19 13:49:23 +02:00
parent 7ad4d94d5b
commit 8f79b07564
+1 -1
View File
@@ -1150,7 +1150,7 @@ labellen(const u_char *lp)
bitlen = 256;
return ((bitlen + 7 ) / 8 + 1);
}
return (-1); /*%< unknwon ELT */
return (-1); /*%< unknown ELT */
}
return (l);
}