Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c359bde authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "tools/aapt: Fix typo" into main am: e19460ac am: 1d951eeb" into main

parents e04f9a06 ea9ccb5e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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