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

Commit 87af0153 authored by Sally Qi's avatar Sally Qi
Browse files

Fix some typos in the NDK comments.

Bug: n/a
Test: n/a
Flag: EXEMPT doc update
Change-Id: I652adee136b99cc5f123593a70a6df9ade5dd643
parent 46c1d036
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ typedef struct ADisplayLuts ADisplayLuts;
/**
 * Creates a \a ADisplayLutsEntry entry.
 *
 * You are responsible for mamanging the memory of the returned object.
 * You are responsible for managing the memory of the returned object.
 * Always call \a ADisplayLutsEntry_destroy to release it after use.
 *
 * Functions like \a ADisplayLuts_set create their own copies of entries,
@@ -86,7 +86,7 @@ ADisplayLutsEntry* _Nonnull ADisplayLutsEntry_createEntry(float* _Nonnull buffer
    __INTRODUCED_IN(36);

/**
 * Destroy the \a ADisplayLutsEntry instance.
 * Destroys the \a ADisplayLutsEntry instance.
 *
 * @param entry The entry to be destroyed
 */