diff --git a/src/libcamera/framebuffer.cpp b/src/libcamera/framebuffer.cpp
index 049b1c7e..142e2af7 100644
--- a/src/libcamera/framebuffer.cpp
+++ b/src/libcamera/framebuffer.cpp
@@ -30,7 +30,7 @@ LOG_DEFINE_CATEGORY(Buffer)
  * \brief Metadata related to a captured frame
  *
  * The FrameMetadata structure stores all metadata related to a captured frame,
- * as stored in a FrameBuffer, such as capture status, timestamp and bytesused.
+ * as stored in a FrameBuffer, such as capture status, timestamp and bytes used.
  */
 
 /**