From d9ba778236d405be729406c571edc06bc11d8f09 Mon Sep 17 00:00:00 2001 From: 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 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 -- cgit v1.1