]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/nlattr.c
tree-wide: fix comment/printk typos
[mirror_ubuntu-artful-kernel.git] / lib / nlattr.c
index c4706eb98d3dfc922ec19fdbb0c23a36fab47a58..18d158df6f0e8035ca9485772d988f140df2e4fc 100644 (file)
@@ -167,7 +167,7 @@ nla_policy_len(const struct nla_policy *p, int n)
  * @policy: validation policy
  *
  * Parses a stream of attributes and stores a pointer to each attribute in
- * the tb array accessable via the attribute type. Attributes with a type
+ * the tb array accessible via the attribute type. Attributes with a type
  * exceeding maxtype will be silently ignored for backwards compatibility
  * reasons. policy may be set to NULL if no validation is required.
  *