Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-05-23 16:33:02 +02:00
parent 1b67166921
commit 89bd016ef4
34 changed files with 36 additions and 36 deletions
@@ -32,7 +32,7 @@
/**
* General purpose netlink buffer.
*
* Some platforms require an enforced aligment to four bytes (e.g. ARM).
* Some platforms require an enforced alignment to four bytes (e.g. ARM).
*/
typedef union {
struct nlmsghdr hdr;