Author: brueffer
Date: Tue Jul 14 10:47:56 2015
New Revision: 285530
URL: https://svnweb.freebsd.org/changeset/base/285530

Log:
  Spell crypto correctly.

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/arm64/conf/GENERIC
  head/sys/i386/conf/GENERIC
  head/sys/pc98/conf/GENERIC
  head/sys/powerpc/conf/GENERIC
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Tue Jul 14 09:25:10 2015        (r285529)
+++ head/sys/amd64/conf/GENERIC Tue Jul 14 10:47:56 2015        (r285530)
@@ -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

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Tue Jul 14 09:25:10 2015        (r285529)
+++ head/sys/arm64/conf/GENERIC Tue Jul 14 10:47:56 2015        (r285530)
@@ -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

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC  Tue Jul 14 09:25:10 2015        (r285529)
+++ head/sys/i386/conf/GENERIC  Tue Jul 14 10:47:56 2015        (r285530)
@@ -379,5 +379,5 @@ device              xenpci                  # Xen HVM 
Hypervisor se
 # 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

Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC  Tue Jul 14 09:25:10 2015        (r285529)
+++ head/sys/pc98/conf/GENERIC  Tue Jul 14 10:47:56 2015        (r285530)
@@ -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

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC       Tue Jul 14 09:25:10 2015        
(r285529)
+++ head/sys/powerpc/conf/GENERIC       Tue Jul 14 10:47:56 2015        
(r285530)
@@ -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

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC       Tue Jul 14 09:25:10 2015        
(r285529)
+++ head/sys/sparc64/conf/GENERIC       Tue Jul 14 10:47:56 2015        
(r285530)
@@ -251,5 +251,5 @@ device              snd_audiocs     # Crystal Semiconduc
 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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to