From 982be5341411f985b557790c3f17cf9d56f2572d Mon Sep 17 00:00:00 2001 From: Pixel-Pop Date: Mon, 20 Dec 2021 19:45:14 -0800 Subject: [PATCH] DSP_WriteProcessPipe: Fix documentation typo --- libctru/include/3ds/services/dsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/dsp.h b/libctru/include/3ds/services/dsp.h index 91dbf05..0241cc9 100644 --- a/libctru/include/3ds/services/dsp.h +++ b/libctru/include/3ds/services/dsp.h @@ -141,7 +141,7 @@ Result DSP_RegisterInterruptEvents(Handle handle, u32 interrupt, u32 channel); Result DSP_ReadPipeIfPossible(u32 channel, u32 peer, void* buffer, u16 length, u16* length_read); /** - * @param Writes to a pipe. + * @brief Writes to a pipe. * @param channel unknown. Usually 2 * @param buffer The message to send to the DSP process * @param length Length of the message