Fix doc typo.
Bug: None
Test: None
Change-Id: Ieca708fe9f351b0e05620b625218537bb4b176b7
diff --git a/include/android/surface_control.h b/include/android/surface_control.h
index 4dc9478..665d9c6 100644
--- a/include/android/surface_control.h
+++ b/include/android/surface_control.h
@@ -401,7 +401,7 @@
* 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.