nameser: Fix a typo in a source code comment
-s /unknwon/unknown/ MFC after: 3 days
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user