Skip to content

Commit 460e3a4

Browse files
committed
confused stderr and stdout in doc comment
1 parent 9fa0f1d commit 460e3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soundio/soundio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ struct SoundIo {
385385

386386
/// Optional: ALSA error callback.
387387
/// By default, libsoundio sets this to an empty function in order to
388-
/// silence stdio messages from ALSA. You may override the behavior by
388+
/// silence stderr messages from ALSA. You may override the behavior by
389389
/// setting this to `NULL` to reinstate ALSAs default behaviour of printing
390390
/// to stderr.
391391
void(* alsa_error_callback) (const char *file, int line, const char *function, int err, const char *fmt,...);

0 commit comments

Comments
 (0)