summaryrefslogtreecommitdiff
path: root/src/libcamera/control_validator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/control_validator.cpp')
-rw-r--r--src/libcamera/control_validator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/control_validator.cpp b/src/libcamera/control_validator.cpp
index 5a2f27ac..cf08b34a 100644
--- a/src/libcamera/control_validator.cpp
+++ b/src/libcamera/control_validator.cpp
@@ -35,7 +35,7 @@ namespace libcamera {
* \brief Validate a control
* \param[in] id The control ID
*
- * This method validates the control \a id against the object corresponding to
+ * This function validates the control \a id against the object corresponding to
* the validator. It shall at least validate that the control is applicable to
* the object instance, and may perform additional checks.
*