summaryrefslogtreecommitdiffstats
path: root/include/netlink-private
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-01-08 16:23:05 (GMT)
committerThomas Haller <thaller@redhat.com>2014-01-21 18:16:55 (GMT)
commit894acf798da0e6f214b637e0d35dd4cec0a7bb6c (patch)
treecaaf611eecde48fa7c9597bf8790fa34b762192c /include/netlink-private
parent815e192db64ef6041b12f50648a21d59c2f84381 (diff)
downloadlibnl-894acf798da0e6f214b637e0d35dd4cec0a7bb6c.zip
libnl-894acf798da0e6f214b637e0d35dd4cec0a7bb6c.tar.gz
libnl-894acf798da0e6f214b637e0d35dd4cec0a7bb6c.tar.bz2
doc: fix typo in documentation
Also fix typo in source code comment. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/netlink-private')
-rw-r--r--include/netlink-private/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink-private/types.h b/include/netlink-private/types.h
index 6750be7..6f21311 100644
--- a/include/netlink-private/types.h
+++ b/include/netlink-private/types.h
@@ -231,7 +231,7 @@ struct rtnl_addr_cacheinfo
/* Valid lifetime in seconds */
uint32_t aci_valid;
- /* Timestamp of creation in 1/100s seince boottime */
+ /* Timestamp of creation in 1/100s since boottime */
uint32_t aci_cstamp;
/* Timestamp of last update in 1/100s since boottime */