aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-02-23 18:15:50 +0000
committerEd Maste <emaste@FreeBSD.org>2018-02-23 18:15:50 +0000
commit315fbaeca2e074a78a1f1698169338972a49122e (patch)
tree9643f275f62afb95962cc4f9c53fd1869d8bef81 /sys/i386/linux
parent93b9f3b11451911d13144adaea44c59b52355d6a (diff)
downloadsrc-315fbaeca2e074a78a1f1698169338972a49122e.tar.gz
src-315fbaeca2e074a78a1f1698169338972a49122e.zip
Correct pseudo misspelling in sys/ comments
contrib code and #define in intel_ata.h unchanged.
Notes
Notes: svn path=/head/; revision=329873
Diffstat (limited to 'sys/i386/linux')
-rw-r--r--sys/i386/linux/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index ff3aa6fcb0c4..3d9a96bd98ce 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -12,7 +12,7 @@
; case where the event exists, but we don't want auditing, the
; event should be #defined to AUE_NULL in audit_kevents.h.
; type one of STD, NOPROTO, UNIMPL
-; name psuedo-prototype of syscall routine
+; name pseudo-prototype of syscall routine
; If one of the following alts is different, then all appear:
; altname name of system call if different
; alttag name of args struct tag if different from [o]`name'"_args"