summaryrefslogtreecommitdiff
path: root/include/android
diff options
context:
space:
mode:
author Dan Albert <danalbert@google.com> 2024-08-02 20:51:12 +0000
committer Dan Albert <danalbert@google.com> 2024-08-02 20:51:12 +0000
commit61438383b5f2def20b5d713e094e529cc99caa2d (patch)
tree803a21c8fd75f60166a062a14f840878104d4e60 /include/android
parentf93853d3db3d0227ccef8de1cb8b6a93b0393c37 (diff)
Fix doc typo.
Bug: None Test: None Change-Id: Ieca708fe9f351b0e05620b625218537bb4b176b7
Diffstat (limited to 'include/android')
-rw-r--r--include/android/surface_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/surface_control.h b/include/android/surface_control.h
index 4dc9478651..665d9c6db0 100644
--- a/include/android/surface_control.h
+++ b/include/android/surface_control.h
@@ -401,7 +401,7 @@ void ASurfaceTransaction_setColor(ASurfaceTransaction* _Nonnull transaction,
* clipped by the bounds of its parent. The destination rect's width and height must be > 0.
*
* \param transform The transform applied after the source rect is applied to the buffer. This
- * parameter should be set to 0 for no transform. To specify a transfrom use the
+ * parameter should be set to 0 for no transform. To specify a transform use the
* NATIVE_WINDOW_TRANSFORM_* enum.
*
* Available since API level 29.