Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 733bf99d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix "heirarchy" typo.

Also a "the the" stutter.

Test: N/A
Change-Id: I7e77a41e49af454c2161a48ecb92402bba3442c2
parent 5ff2b63c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -40,9 +40,9 @@ __BEGIN_DECLS
struct ASurfaceControl;

/**
 * The SurfaceControl API can be used to provide a heirarchy of surfaces for
 * The SurfaceControl API can be used to provide a hierarchy of surfaces for
 * composition to the system compositor. ASurfaceControl represents a content node in
 * this heirarchy.
 * this hierarchy.
 */
typedef struct ASurfaceControl ASurfaceControl;

@@ -112,7 +112,7 @@ typedef struct ASurfaceTransactionStats ASurfaceTransactionStats;
 * the callback.
 *
 * |stats| is an opaque handle that can be passed to ASurfaceTransactionStats functions to query
 * information about the transaction. The handle is only valid during the the callback.
 * information about the transaction. The handle is only valid during the callback.
 *
 * THREADING
 * The transaction completed callback can be invoked on any thread.