Module Name: src
Committed By: msaitoh
Date: Fri Dec 27 09:48:35 UTC 2019
Modified Files:
src/sys/dev/ic: advlib.h
Log Message:
s/transef/transfer/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/advlib.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/advlib.h
diff -u src/sys/dev/ic/advlib.h:1.21 src/sys/dev/ic/advlib.h:1.22
--- src/sys/dev/ic/advlib.h:1.21 Sun Dec 15 16:48:27 2019
+++ src/sys/dev/ic/advlib.h Fri Dec 27 09:48:35 2019
@@ -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 @@ typedef struct asc_scisq_1
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 */