summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/sldns/parseutil.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-01-16 19:06:12 +0000
committerdes <des@FreeBSD.org>2016-01-16 19:06:12 +0000
commitdc5c74f3f12a6f57440056448e551a0f1c335299 (patch)
tree2a7e37ea0ed7669b7017829c084a497ede84c5d0 /contrib/unbound/sldns/parseutil.h
parent28f497d302178844843a97044b9d18027c124fc7 (diff)
downloadFreeBSD-src-dc5c74f3f12a6f57440056448e551a0f1c335299.zip
FreeBSD-src-dc5c74f3f12a6f57440056448e551a0f1c335299.tar.gz
MFH (r292206): upgrade to Unbound 1.5.7
MFH (r292135): run configure script with correct compiler
Diffstat (limited to 'contrib/unbound/sldns/parseutil.h')
-rw-r--r--contrib/unbound/sldns/parseutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/unbound/sldns/parseutil.h b/contrib/unbound/sldns/parseutil.h
index dfa1c2a..c5238bc 100644
--- a/contrib/unbound/sldns/parseutil.h
+++ b/contrib/unbound/sldns/parseutil.h
@@ -56,13 +56,13 @@ time_t sldns_mktime_from_utc(const struct tm *tm);
/**
* The function interprets time as the number of seconds since epoch
- * with respect to now using serial arithmitics (rfc1982).
+ * with respect to now using serial arithmetics (rfc1982).
* That number of seconds is then converted to broken-out time information.
* This is especially usefull when converting the inception and expiration
* fields of RRSIG records.
*
* \param[in] time number of seconds since epoch (midnight, January 1st, 1970)
- * to be intepreted as a serial arithmitics number relative to now.
+ * to be intepreted as a serial arithmetics number relative to now.
* \param[in] now number of seconds since epoch (midnight, January 1st, 1970)
* to which the time value is compared to determine the final value.
* \param[out] result the struct with the broken-out time information
OpenPOWER on IntegriCloud