Skip to content

Commit dbaa132

Browse files
committed
spelling: retrieve
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 40f2db3 commit dbaa132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SymbolGraphGen/Symbol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Symbol {
101101
return SynthesizedBaseTypeDecl;
102102
}
103103

104-
/// Reteive the path components associated with this symbol, from outermost
104+
/// Retrieve the path components associated with this symbol, from outermost
105105
/// to innermost (this symbol).
106106
void getPathComponents(SmallVectorImpl<PathComponent> &Components) const;
107107

0 commit comments

Comments
 (0)