aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2015-07-14 10:47:56 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2015-07-14 10:47:56 +0000
commitf4c1eac7cd78c3a3293045ade4f81ec7b335312d (patch)
treecb26b993fc850bd616363ba7435fc1632ca3042a /sys
parentb4a355e2f38bc0f9e91cc22207bc63714e832fa2 (diff)
downloadsrc-f4c1eac7cd78c3a3293045ade4f81ec7b335312d.tar.gz
src-f4c1eac7cd78c3a3293045ade4f81ec7b335312d.zip
Spell crypto correctly.
Notes
Notes: svn path=/head/; revision=285530
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/arm64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/sparc64/conf/GENERIC2
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index dd1aa8bed3e0..7dc4e2ac67fd 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -364,5 +364,5 @@ device vmx # VMware VMXNET3 Ethernet
# Netmap provides direct access to TX/RX rings on supported NICs
device netmap # netmap(4) support
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
device crypto # Required by IPSEC
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 1bd12b88cfd1..c4ef49d180b3 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -112,5 +112,5 @@ device bpf # Berkeley packet filter
options FDT
device acpi
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
device crypto # Required by IPSEC
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index cc2b56fd00ef..3f06e767faa8 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -379,5 +379,5 @@ device xenpci # Xen HVM Hypervisor services driver
# VMware support
device vmx # VMware VMXNET3 Ethernet
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
device crypto # Required by IPSEC
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 8646a0e5bf40..e7876ba8cdd8 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -257,5 +257,5 @@ device bpf # Berkeley packet filter
#device "snd_sb16" # Sound Blaster 16
#device snd_sbc # Sound Blaster
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
device crypto # Required by IPSEC
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 37cafbc666f6..e2ed7876f452 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -217,5 +217,5 @@ device snd_ai2s # Apple I2S audio
device snd_davbus # Apple DAVBUS audio
device snd_uaudio # USB Audio
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
device crypto # Required by IPSEC
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 04df77db69b7..0038c66e48cd 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -251,5 +251,5 @@ device snd_audiocs # Crystal Semiconductor CS4231
device snd_es137x # Ensoniq AudioPCI ES137x
device snd_t4dwave # Acer Labs M5451
-# The cypto framework is required by IPSEC
+# The crypto framework is required by IPSEC
device crypto # Required by IPSEC