Module Name: src
Committed By: msaitoh
Date: Wed Nov 10 16:02:14 UTC 2021
Modified Files:
src/sbin/nvmectl: bignum.c
Log Message:
s/offseting/offsetting/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/nvmectl/bignum.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/nvmectl/bignum.c
diff -u src/sbin/nvmectl/bignum.c:1.3 src/sbin/nvmectl/bignum.c:1.4
--- src/sbin/nvmectl/bignum.c:1.3 Fri Oct 4 09:16:38 2019
+++ src/sbin/nvmectl/bignum.c Wed Nov 10 16:02:14 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: bignum.c,v 1.3 2019/10/04 09:16:38 mrg Exp $ */
+/* $NetBSD: bignum.c,v 1.4 2021/11/10 16:02:14 msaitoh Exp $ */
/*-
* Copyright (c) 2012 Alistair Crooks <[email protected]>
@@ -3642,7 +3642,7 @@ fast_mp_montgomery_reduce(mp_int * x, mp
/* a = a + mu * m * b**i
*
* This is computed in place and on the fly. The multiplication
- * by b**i is handled by offseting which columns the results
+ * by b**i is handled by offsetting which columns the results
* are added to.
*
* Note the comba method normally doesn't handle carries in the