From f4c1eac7cd78c3a3293045ade4f81ec7b335312d Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Tue, 14 Jul 2015 10:47:56 +0000 Subject: Spell crypto correctly. --- sys/amd64/conf/GENERIC | 2 +- sys/arm64/conf/GENERIC | 2 +- sys/i386/conf/GENERIC | 2 +- sys/pc98/conf/GENERIC | 2 +- sys/powerpc/conf/GENERIC | 2 +- sys/sparc64/conf/GENERIC | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys') 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 -- cgit v1.2.3