@@ -34,8 +34,8 @@ namespace libcamera {
* Specification version 2.32, Tag 274 "Orientation", while the names of the
* enumerated values report the rotation and mirroring operations performed.
*
- * In example Orientation::Rotate90Mirror describes the image transformation
- * obtained by rotating 90 degrees clockwise first and then applying an
+ * For example, Orientation::Rotate90Mirror describes the orientation obtained
+ * by rotating the image 90 degrees clockwise first and then applying a
* horizontal mirroring.
*
* \var CameraConfiguration::Rotate0
- Minor documentation improvement Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- src/libcamera/orientation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)