aboutsummaryrefslogtreecommitdiff
path: root/src/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns.h')
-rw-r--r--src/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.h b/src/dns.h
index fa9d81f..73cf9c3 100644
--- a/src/dns.h
+++ b/src/dns.h
@@ -161,7 +161,7 @@ int dns_destroy_struct ( struct dns_message* _msg );
int dns_parse_packet ( char* _buffer, int _bufflen, struct dns_message* _msg );
/**
- * Convert a null terminated string containing a
+ * Convert a null terminated string containing a
* fqdn (eg server.example.com) to the binary format used by DNS records
* ( [6]server[7]example[3]com[0] )
* returns: length of string in _sink, < 0 on failure