summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2015-07-14 10:47:56 +0000
committerbrueffer <brueffer@FreeBSD.org>2015-07-14 10:47:56 +0000
commitd9ba778236d405be729406c571edc06bc11d8f09 (patch)
treecb26b993fc850bd616363ba7435fc1632ca3042a /sys
parent4ebfbfaa3f9312ade405ef336ee711fd221ca1ac (diff)
downloadFreeBSD-src-d9ba778236d405be729406c571edc06bc11d8f09.zip
FreeBSD-src-d9ba778236d405be729406c571edc06bc11d8f09.tar.gz
Spell crypto correctly.
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 dd1aa8b..7dc4e2a 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 1bd12b8..c4ef49d 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 cc2b56f..3f06e76 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 8646a0e..e7876ba 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 37cafbc..e2ed787 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 04df77d..0038c66 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
OpenPOWER on IntegriCloud