]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-netlink/netlink-internal.h
Merge commit 'refs/pull/436/head' of https://github.com/systemd/systemd
[thirdparty/systemd.git] / src / libsystemd / sd-netlink / netlink-internal.h
index 4aa7583d0319e8b31c904d55aa47de87c8a5b21e..4026e2c341b1333fe3e648e0e30ee6186a8372e0 100644 (file)
@@ -93,7 +93,7 @@ struct sd_netlink {
 };
 
 struct netlink_attribute {
-        size_t offset; /* offset from hdr to attirubte */
+        size_t offset; /* offset from hdr to attribute */
         bool nested:1;
         bool net_byteorder:1;
 };