From 6d9b42b4862ca331b22065d875de9cad9da72658 Mon Sep 17 00:00:00 2001 From: brucec Date: Mon, 21 Feb 2011 09:01:34 +0000 Subject: Fix typos - remove duplicate "the". PR: bin/154928 Submitted by: Eitan Adler MFC after: 3 days --- sys/dev/sym/sym_fw1.h | 2 +- sys/dev/sym/sym_fw2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sym') diff --git a/sys/dev/sym/sym_fw1.h b/sys/dev/sym/sym_fw1.h index 1a4d010..aa1c7a4 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 d006c9c..9785703 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), -- cgit v1.1