summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/camera/factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/frontend/camera/factory.h')
-rw-r--r--src/core/frontend/camera/factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/frontend/camera/factory.h b/src/core/frontend/camera/factory.h
index d68be16e5..f46413fa7 100644
--- a/src/core/frontend/camera/factory.h
+++ b/src/core/frontend/camera/factory.h
@@ -16,8 +16,8 @@ public:
/**
* Creates a camera object based on the configuration string.
- * @params config Configuration string to create the camera. The implementation can decide the
- * meaning of this string.
+ * @param config Configuration string to create the camera. The implementation can decide the
+ * meaning of this string.
* @returns a unique_ptr to the created camera object.
*/
virtual std::unique_ptr<CameraInterface> Create(const std::string& config) const = 0;