diff --git a/sys/tinyalsa/tinyalsasink.c b/sys/tinyalsa/tinyalsasink.c
index 4f73ea08d2..2d6e3a6b8d 100644
--- a/sys/tinyalsa/tinyalsasink.c
+++ b/sys/tinyalsa/tinyalsasink.c
@@ -29,7 +29,7 @@
*
Example pipelines
* |[
* gst-launch-1.0 -v uridecodebin uri=file:///path/to/audio.ogg ! audioconvert ! audioresample ! tinyalsasink
- * ]| Play an Ogg/Vorbis file and output audio via ALSA using the tinalsa
+ * ]| Play an Ogg/Vorbis file and output audio via ALSA using the tinyalsa
* library.
*
*/