diff options
author | Marius Strobl <marius@FreeBSD.org> | 2011-04-22 12:46:39 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2011-04-22 12:46:39 +0000 |
commit | 867b94791cc44d2caea8005563e63bfeb6a48a06 (patch) | |
tree | e6ae16ac12911b7d5cb1417657dc7ae454f960af /sys | |
parent | 740ba39a514dda419a7f9a524fb806030faa39b4 (diff) | |
download | src-867b94791cc44d2caea8005563e63bfeb6a48a06.tar.gz src-867b94791cc44d2caea8005563e63bfeb6a48a06.zip |
More spelling fixes.
Submitted by: N.J. Mann
Notes
Notes:
svn path=/head/; revision=220950
Diffstat (limited to 'sys')
-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 60c929af76b0..4d0e99cd86bc 100644 --- a/sys/dev/sym/sym_fw1.h +++ b/sys/dev/sym/sym_fw1.h @@ -1027,7 +1027,7 @@ static const struct SYM_FWA_SCR SYM_FWA_SCR = { * It shall be a tagged command. * Read SIMPLE+TAG. * The C code will deal with errors. - * Aggressive optimization, is'nt it? :) + * Aggressive optimization, isn't it? :) */ SCR_MOVE_ABS (2) ^ SCR_MSG_IN, HADDR_1 (msgin), diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h index 60c88b256562..b14ee83fe324 100644 --- a/sys/dev/sym/sym_fw2.h +++ b/sys/dev/sym/sym_fw2.h @@ -945,7 +945,7 @@ static const struct SYM_FWA_SCR SYM_FWA_SCR = { * It shall be a tagged command. * Read SIMPLE+TAG. * The C code will deal with errors. - * Aggressive optimization, is'nt it? :) + * Aggressive optimization, isn't it? :) */ SCR_MOVE_ABS (2) ^ SCR_MSG_IN, HADDR_1 (msgin), |