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

Commit e19460ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "tools/aapt: Fix typo" into main

parents d0bcef25 0dad1f6c
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