Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment