summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-05-16 18:10:37 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-05-16 18:10:37 +0000
commit8c359bdeccceb60fda63c0a9ca9c81cbdac85369 (patch)
treeb14745bda331c34835d75c1830778310b35bfefb
parente04f9a06228447142df0e4aa93486fff7604a68f (diff)
parentea9ccb5eeeb29362ea9f55d722aba65741390734 (diff)
Merge "Merge "tools/aapt: Fix typo" into main am: e19460ac30 am: 1d951eebb0" into main
-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
-