svn commit: r299008 - head/sys/kgssapi/krb5

Pedro F. Giffuni pfg at FreeBSD.org
Tue May 3 22:05:04 UTC 2016


Author: pfg
Date: Tue May  3 22:05:03 2016
New Revision: 299008
URL: https://svnweb.freebsd.org/changeset/base/299008

Log:
  kgssapi: insignificant spelling fix.
  
  No functional change.

Modified:
  head/sys/kgssapi/krb5/krb5_mech.c

Modified: head/sys/kgssapi/krb5/krb5_mech.c
==============================================================================
--- head/sys/kgssapi/krb5/krb5_mech.c	Tue May  3 22:01:48 2016	(r299007)
+++ head/sys/kgssapi/krb5/krb5_mech.c	Tue May  3 22:05:03 2016	(r299008)
@@ -1339,7 +1339,7 @@ krb5_wrap_old(struct krb5_context *kc, i
 	 * SND_SEQ:
 	 *
 	 * Take the four bytes of the sequence number least
-	 * significant first (most signficant first for ARCFOUR)
+	 * significant first (most significant first for ARCFOUR)
 	 * followed by four bytes of direction marker (zero for
 	 * initiator and 0xff for acceptor). Encrypt that data using
 	 * the SGN_CKSUM as IV.


More information about the svn-src-head mailing list