diff options
author | Thomas Haller <thaller@redhat.com> | 2022-08-24 10:23:29 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-08-24 10:23:29 (GMT) |
commit | 6ac7a8121d7bec61d317ed50ca343a6431a7ddb7 (patch) | |
tree | aff6037bdc3d04445378e989fda12f797d7dbd86 | |
parent | 07d274ab4170c98f387d4d5bf2aecad057db196b (diff) | |
download | libnl-6ac7a8121d7bec61d317ed50ca343a6431a7ddb7.zip libnl-6ac7a8121d7bec61d317ed50ca343a6431a7ddb7.tar.gz libnl-6ac7a8121d7bec61d317ed50ca343a6431a7ddb7.tar.bz2 |
doc: fix typo
-rw-r--r-- | lib/route/link/xfrmi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/route/link/xfrmi.c b/lib/route/link/xfrmi.c index 92531f2..8b15f46 100644 --- a/lib/route/link/xfrmi.c +++ b/lib/route/link/xfrmi.c @@ -248,7 +248,7 @@ int rtnl_link_xfrmi_set_link(struct rtnl_link *link, uint32_t index) * @arg link Link object * @arg out_link The output value on success * - * @return 0 on sucess or a negative error code + * @return 0 on success or a negative error code */ int rtnl_link_xfrmi_get_link(struct rtnl_link *link, uint32_t *out_link) { @@ -287,7 +287,7 @@ int rtnl_link_xfrmi_set_if_id(struct rtnl_link *link, uint32_t if_id) * @arg link Link object * @arg out_if_id The output value on success * - * @return 0 on sucess or a negative error code + * @return 0 on success or a negative error code */ int rtnl_link_xfrmi_get_if_id(struct rtnl_link *link, uint32_t *out_if_id) { |