diff --git a/src/multimedia/audio/qaudiobuffer.cpp b/src/multimedia/audio/qaudiobuffer.cpp
index e4918edf29212c80ce9e4f9f72083f191e7face2..fe07d1e473f78692a367b7d4e3fcb93878d15122 100644
--- a/src/multimedia/audio/qaudiobuffer.cpp
+++ b/src/multimedia/audio/qaudiobuffer.cpp
@@ -355,7 +355,7 @@ int QAudioBuffer::byteCount() const
 /*!
     Returns the duration of audio in this buffer, in microseconds.
 
-    This depends on the /l format(), and the \l frameCount().
+    This depends on the \l format(), and the \l frameCount().
 */
 qint64 QAudioBuffer::duration() const
 {