diff options
Diffstat (limited to 'engines/sci/sfx')
-rw-r--r-- | engines/sci/sfx/sequencer.h | 2 | ||||
-rw-r--r-- | engines/sci/sfx/softseq/SN76496.cpp | 2 | ||||
-rw-r--r-- | engines/sci/sfx/softseq/pcspeaker.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/sfx/sequencer.h b/engines/sci/sfx/sequencer.h index a5c5473b32..f2f394e6b3 100644 --- a/engines/sci/sfx/sequencer.h +++ b/engines/sci/sfx/sequencer.h @@ -60,7 +60,7 @@ struct sfx_sequencer_t { ** 'patch' and 'patch_len' refer to the patch resource passed to open, ** as specified by the 'patchfile' property. 'patch' may be NULL if the ** resource wasn't found. - ** For more information regarding patch resources, please refer to the + ** For more information regarding patch resources, please refer to the ** FreeSCI documentation, particularly the part regarding 'patch.*' resource ** data. */ diff --git a/engines/sci/sfx/softseq/SN76496.cpp b/engines/sci/sfx/softseq/SN76496.cpp index 1d736d36c7..f63f75ea71 100644 --- a/engines/sci/sfx/softseq/SN76496.cpp +++ b/engines/sci/sfx/softseq/SN76496.cpp @@ -23,7 +23,7 @@ * */ -/* Tandy/PCJr sequencer for FreeSCI */ +/* Tandy/PCJr sequencer for SCI */ #include "sci/sfx/softseq.h" #include "sci/sfx/sci_midi.h" diff --git a/engines/sci/sfx/softseq/pcspeaker.cpp b/engines/sci/sfx/softseq/pcspeaker.cpp index 6b6da1f001..c72a71d34b 100644 --- a/engines/sci/sfx/softseq/pcspeaker.cpp +++ b/engines/sci/sfx/softseq/pcspeaker.cpp @@ -23,7 +23,7 @@ * */ -/* PC speaker software sequencer for FreeSCI */ +/* PC speaker software sequencer for SCI */ #include "sci/sfx/softseq.h" #include "sci/sfx/sci_midi.h" |