diff options
author | 2024-05-16 18:09:47 +0000 | |
---|---|---|
committer | 2024-05-16 18:09:47 +0000 | |
commit | ea9ccb5eeeb29362ea9f55d722aba65741390734 (patch) | |
tree | 8328496ae59fd422829094391f90ef57aaf51412 | |
parent | b14d1bd6090c2239ff65b4e7871ce305ec1a05c7 (diff) | |
parent | 1d951eebb0a6250e73f995b992d5fd8b2e8aa739 (diff) |
Merge "tools/aapt: Fix typo" into main am: e19460ac30 am: 1d951eebb0
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3090585
Change-Id: Iea98e0803c4da2ed526010e70a13ee79872ca844
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r-- | tools/aapt/Symbol.h | 3 |
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 - |