summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-05-16 17:52:16 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-05-16 17:52:16 +0000
commit1d951eebb0a6250e73f995b992d5fd8b2e8aa739 (patch)
treec5829506f42e93d0e360c2afd0580e31e2ea8661
parent6d2281b3f1b93b03523b13beac7d127d94f620b1 (diff)
parente19460ac30970ffb9b9f2fb8d6c7f6537d8eb5ce (diff)
Merge "tools/aapt: Fix typo" into main am: e19460ac30
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3090585 Change-Id: I79273f7c83b6224b6678776a4534f5e8c777b73c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--tools/aapt/Symbol.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/aapt/Symbol.h b/tools/aapt/Symbol.h
index de1d60cbae42..24c3208d9081 100644
--- a/tools/aapt/Symbol.h
+++ b/tools/aapt/Symbol.h
@@ -40,7 +40,7 @@ struct Symbol {
};
/**
- * A specific defintion of a symbol, defined with a configuration and a definition site.
+ * A specific definition of a symbol, defined with a configuration and a definition site.
*/
struct SymbolDefinition {
inline SymbolDefinition();
@@ -92,4 +92,3 @@ bool SymbolDefinition::operator<(const SymbolDefinition& rhs) const {
}
#endif // AAPT_SYMBOL_H
-