diff options
author | 2024-05-15 23:15:13 +0000 | |
---|---|---|
committer | 2024-05-15 23:15:13 +0000 | |
commit | 0dad1f6cc6816e648f7701163b00256da65ad22b (patch) | |
tree | 12d0b6a98575326622052eeed19b3bc32f2b9645 | |
parent | 88a077b7dedcc7fd38bd01ecbe4af94590d223d5 (diff) |
tools/aapt: Fix typo
Change-Id: Ic24730ab1feb0d79271968557aaedd35aa72b966
-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 - |