The long line in asr.c barely squeaks in at 79 characters.

Index: lib/libtls/tls_init.3
===================================================================
RCS file: /cvs/src/lib/libtls/tls_init.3,v
retrieving revision 1.59
diff -u -p -r1.59 tls_init.3
--- lib/libtls/tls_init.3       28 Apr 2016 18:27:51 -0000      1.59
+++ lib/libtls/tls_init.3       27 May 2016 03:42:58 -0000
@@ -421,7 +421,7 @@ can only succeed after the handshake is 
 .Fn tls_peer_cert_contains_name
 checks if the peer of a TLS
 .Ar ctx
-has povided a certificate that contains a
+has provided a certificate that contains a
 SAN or CN that matches
 .Ar name .
 .Fn tls_peer_cert_contains_name
Index: lib/libc/asr/asr.c
===================================================================
RCS file: /cvs/src/lib/libc/asr/asr.c,v
retrieving revision 1.51
diff -u -p -r1.51 asr.c
--- lib/libc/asr/asr.c  24 Feb 2016 20:52:53 -0000      1.51
+++ lib/libc/asr/asr.c  27 May 2016 03:42:58 -0000
@@ -700,7 +700,7 @@ asr_ctx_parse(struct asr_ctx *ac, const 
 
 /*
  * Check for environment variables altering the configuration as described
- * in resolv.conf(5).  Altough not documented there, this feature is disabled
+ * in resolv.conf(5).  Although not documented there, this feature is disabled
  * for setuid/setgid programs.
  */
 static void
Index: usr.sbin/bind/lib/isc/include/isc/hash.h
===================================================================
RCS file: /cvs/src/usr.sbin/bind/lib/isc/include/isc/hash.h,v
retrieving revision 1.3
diff -u -p -r1.3 hash.h
--- usr.sbin/bind/lib/isc/include/isc/hash.h    9 Dec 2007 13:39:44 -0000       
1.3
+++ usr.sbin/bind/lib/isc/include/isc/hash.h    27 May 2016 03:42:58 -0000
@@ -36,7 +36,7 @@
  *     in the random vector are unpredictable, the probability of hash
  *     collision between arbitrary two different values is at most 1/2^16.
  *
- *     Altough the API is generic about the hash keys, it mainly expects
+ *     Although the API is generic about the hash keys, it mainly expects
  *     DNS names (and sometimes IPv4/v6 addresses) as inputs.  It has an
  *     upper limit of the input length, and may run slow to calculate the
  *     hash values for large inputs.

Reply via email to