Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/nvmectl s/offseting/offsetting/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/2d0a197a6511
branches:  trunk
changeset: 1025518:2d0a197a6511
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 16:02:14 2021 +0000

description:
s/offseting/offsetting/ in comment.

diffstat:

 sbin/nvmectl/bignum.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb3e30a9f5b6 -r 2d0a197a6511 sbin/nvmectl/bignum.c
--- a/sbin/nvmectl/bignum.c     Wed Nov 10 15:59:07 2021 +0000
+++ b/sbin/nvmectl/bignum.c     Wed Nov 10 16:02:14 2021 +0000
@@ -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 <agc%NetBSD.org@localhost>
@@ -3642,7 +3642,7 @@
                /* 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



Home | Main Index | Thread Index | Old Index