aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/user.h
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-08 08:16:06 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-08 08:16:06 +0000
commit04389c855e56d1715637fa43575ec13455a68b2e (patch)
tree613f325db58b100db67f2a334f0cde2f6cae7cd9 /sys/sys/user.h
parent54247ce1f96f04d16f1429007bac3607c8a0a39e (diff)
downloadsrc-04389c855e56d1715637fa43575ec13455a68b2e.tar.gz
src-04389c855e56d1715637fa43575ec13455a68b2e.zip
Fix some common typos in comments
- s/configuraiton/configuration/ - s/specifed/specified/ - s/compatiblity/compatibility/ MFC after: 5 days
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 14471c91572f..e8bfba981e83 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -349,7 +349,7 @@ struct kinfo_file {
int64_t kf_offset; /* Seek location. */
union {
struct {
- /* API compatiblity with FreeBSD < 12. */
+ /* API compatibility with FreeBSD < 12. */
int kf_vnode_type;
int kf_sock_domain;
int kf_sock_type;