From 180ed94e2fa1928c484dec477a53904475ff5c36 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 20 Nov 2015 23:35:02 -0700 Subject: [PATCH] docs: fix typo --- soundio/soundio.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/soundio/soundio.h b/soundio/soundio.h index bf5ebef..98fb4dc 100644 --- a/soundio/soundio.h +++ b/soundio/soundio.h @@ -915,8 +915,9 @@ SOUNDIO_EXPORT struct SoundIoOutStream *soundio_outstream_create(struct SoundIoD /// You may not call this function from the SoundIoOutStream::write_callback thread context. SOUNDIO_EXPORT void soundio_outstream_destroy(struct SoundIoOutStream *outstream); -/// After you call this function, SoundIoOutStream:software_latency is set to the correct -/// value. +/// After you call this function, SoundIoOutStream::software_latency is set to +/// the correct value. +/// /// The next thing to do is call ::soundio_instream_start. /// If this function returns an error, the outstream is in an invalid state and /// you must call ::soundio_outstream_destroy on it.