aboutsummaryrefslogtreecommitdiff
path: root/sys/kgssapi
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 22:05:03 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 22:05:03 +0000
commit696efc839c323ab3198b6449031e7a61663e5376 (patch)
tree8984da1ca1f30095de02dc944680856b9b0479c1 /sys/kgssapi
parenta1ff7af013c83971c02a28fd0d1f5ddbb59e3f20 (diff)
Notes
Diffstat (limited to 'sys/kgssapi')
-rw-r--r--sys/kgssapi/krb5/krb5_mech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kgssapi/krb5/krb5_mech.c b/sys/kgssapi/krb5/krb5_mech.c
index 4cfea58ebb698..38db0d272bc8c 100644
--- a/sys/kgssapi/krb5/krb5_mech.c
+++ b/sys/kgssapi/krb5/krb5_mech.c
@@ -1339,7 +1339,7 @@ krb5_wrap_old(struct krb5_context *kc, int conf_req_flag,
* 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.