summaryrefslogtreecommitdiff
path: root/src/libcamera/buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/buffer.cpp')
-rw-r--r--src/libcamera/buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/buffer.cpp b/src/libcamera/buffer.cpp
index fe29c2f6..4407201b 100644
--- a/src/libcamera/buffer.cpp
+++ b/src/libcamera/buffer.cpp
@@ -321,7 +321,7 @@ Buffer::Buffer(unsigned int index, const Buffer *metadata)
* \fn Buffer::timestamp()
* \brief Retrieve the time when the buffer was processed
*
- * The timestamp is expressed as a number number of nanoseconds since the epoch.
+ * The timestamp is expressed as a number of nanoseconds since the epoch.
*
* \return Timestamp when the buffer was processed
*/