treewide: fix typos

This commit is contained in:
Torstein Husebø 2015-07-02 15:18:29 +02:00
parent 1361205099
commit aa6b0ac449
3 changed files with 3 additions and 3 deletions

View 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 */
};
struct netlink_container {

View file

@ -18,7 +18,7 @@ SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat"
SUBSYSTEM=="usb", ATTR{idVendor}=="2230", ATTR{idProduct}=="000[13]", ENV{ID_AUTOSEAT}="1"
# qemu (version 2.4+) has a PCI-PCI bridge (-device pci-bridge-seat) to group
# evices belonging to one seat. See:
# devices belonging to one seat. See:
# http://git.qemu.org/?p=qemu.git;a=blob;f=docs/multiseat.txt
SUBSYSTEM=="pci", ATTR{vendor}=="0x1b36", ATTR{device}=="0x000a", TAG+="seat", ENV{ID_AUTOSEAT}="1"

View file

@ -466,7 +466,7 @@ int config_parse_address_family_boolean_with_kernel(const char *unit, const char
const char* link_operstate_to_string(LinkOperationalState s) _const_;
LinkOperationalState link_operstate_from_string(const char *s) _pure_;
/* Ipv6 privacy extensions support */
/* IPv6 privacy extensions support */
const char* ipv6_privacy_extensions_to_string(IPv6PrivacyExtensions i) _const_;
IPv6PrivacyExtensions ipv6_privacy_extensions_from_string(const char *s) _pure_;