diff options
| author | 2019-07-30 15:39:54 -0700 | |
|---|---|---|
| committer | 2019-07-30 15:39:54 -0700 | |
| commit | 20e67fa8a171f7899c754bb7663f5e534d64c322 (patch) | |
| tree | f813adc61e4f9f82a7e3eb28fda61f48a9733a71 | |
| parent | d932dc732eb1b3fa3aab789544566d80e8c21724 (diff) | |
Fix typo: chroreographer -> choreographer.
| -rw-r--r-- | include/android/choreographer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/choreographer.h b/include/android/choreographer.h index 44883cc498..1b589bca72 100644 --- a/include/android/choreographer.h +++ b/include/android/choreographer.h @@ -83,7 +83,7 @@ void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer, * Power a callback to be run on the next frame. The data pointer provided will * be passed to the callback function when it's called. */ -void AChoreographer_postFrameCallback64(AChoreographer* chroreographer, +void AChoreographer_postFrameCallback64(AChoreographer* choreographer, AChoreographer_frameCallback64 callback, void* data) __INTRODUCED_IN(29); /** |