diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
| commit | 6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch) | |
| tree | 1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/dev/sym | |
| parent | ade7b47061ff5015b869ce84896d2381e8bb9799 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sym')
| -rw-r--r-- | sys/dev/sym/sym_fw1.h | 2 | ||||
| -rw-r--r-- | sys/dev/sym/sym_fw2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sym/sym_fw1.h b/sys/dev/sym/sym_fw1.h index 1a4d01064a14..aa1c7a4145d7 100644 --- a/sys/dev/sym/sym_fw1.h +++ b/sys/dev/sym/sym_fw1.h @@ -262,7 +262,7 @@ static const struct SYM_FWA_SCR SYM_FWA_SCR = { * The below GETJOB_BEGIN to GETJOB_END section of SCRIPTS * is a critical path. If it is partially executed, it then * may happen that the job address is not yet in the DSA - * and the the next queue position points to the next JOB. + * and the next queue position points to the next JOB. */ }/*-------------------------< GETJOB_BEGIN >---------------------*/,{ /* diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h index d006c9c57468..978570343afd 100644 --- a/sys/dev/sym/sym_fw2.h +++ b/sys/dev/sym/sym_fw2.h @@ -252,7 +252,7 @@ static const struct SYM_FWA_SCR SYM_FWA_SCR = { * The below GETJOB_BEGIN to GETJOB_END section of SCRIPTS * is a critical path. If it is partially executed, it then * may happen that the job address is not yet in the DSA - * and the the next queue position points to the next JOB. + * and the next queue position points to the next JOB. */ SCR_LOAD_ABS (dsa, 4), PADDR_B (startpos), |
