summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/streams.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/streams.c')
-rw-r--r--src/emu/streams.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/streams.c b/src/emu/streams.c
index 44dfa36cf40..76e1e144bc2 100644
--- a/src/emu/streams.c
+++ b/src/emu/streams.c
@@ -506,7 +506,7 @@ const stream_sample_t *stream_get_output_since_last_update(sound_stream *stream,
***************************************************************************/
/*-------------------------------------------------
- stream_get_sample_rate - return the currently
+ stream_get_sample_rate - return the currently
set sample rate on a given stream
-------------------------------------------------*/
@@ -531,8 +531,8 @@ void stream_set_sample_rate(sound_stream *stream, int sample_rate)
/*-------------------------------------------------
- stream_get_time - return the emulation time
- of the next sample to be generated on the
+ stream_get_time - return the emulation time
+ of the next sample to be generated on the
stream
-------------------------------------------------*/
@@ -545,7 +545,7 @@ attotime stream_get_time(sound_stream *stream)
/*-------------------------------------------------
- stream_get_sample_period - return the duration
+ stream_get_sample_period - return the duration
of a single sample for a stream
-------------------------------------------------*/