diff options
| author | 2024-05-16 18:10:37 +0000 | |
|---|---|---|
| committer | 2024-05-16 18:10:37 +0000 | |
| commit | 8c359bdeccceb60fda63c0a9ca9c81cbdac85369 (patch) | |
| tree | b14745bda331c34835d75c1830778310b35bfefb | |
| parent | e04f9a06228447142df0e4aa93486fff7604a68f (diff) | |
| parent | ea9ccb5eeeb29362ea9f55d722aba65741390734 (diff) | |
Merge "Merge "tools/aapt: Fix typo" into main am: e19460ac30 am: 1d951eebb0" into main
| -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 - |