Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic s/transef/transfer/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/0b0fa3cad651
branches:  trunk
changeset: 466606:0b0fa3cad651
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 27 09:48:35 2019 +0000

description:
s/transef/transfer/ in comment.

diffstat:

 sys/dev/ic/advlib.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r abb121b4966c -r 0b0fa3cad651 sys/dev/ic/advlib.h
--- a/sys/dev/ic/advlib.h       Fri Dec 27 09:47:55 2019 +0000
+++ b/sys/dev/ic/advlib.h       Fri Dec 27 09:48:35 2019 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: advlib.h,v 1.21 2019/12/15 16:48:27 tsutsui Exp $        */
+/*      $NetBSD: advlib.h,v 1.22 2019/12/27 09:48:35 msaitoh Exp $        */
 
 /*
  * Definitions for low level routines and data structures
@@ -442,7 +442,7 @@
        u_int8_t        sg_queue_cnt;   /* number of SG entries */
        u_int8_t        target_id;
        u_int8_t        target_lun;
-       u_int32_t       data_addr; /* physical address of first segment to transef */
+       u_int32_t       data_addr; /* physical address of first segment to transfer */
        u_int32_t       data_cnt;  /* byte count of first segment to transfer */
        u_int32_t       sense_addr; /* physical address of the sense buffer */
        u_int8_t        sense_len; /* length of sense buffer */



Home | Main Index | Thread Index | Old Index