reword comment to reference inheriting, not just synthesis

Co-authored-by: Franklin Schrans <7278429+franklinsch@users.noreply.github.com>
This commit is contained in:
QuietMisdreavus
2021-04-14 10:27:20 -05:00
committed by GitHub
parent 8faaee8ab7
commit 640aa214c0

View File

@@ -64,7 +64,7 @@ void Edge::serialize(llvm::json::OStream &OS) const {
InheritingDecl = ID;
}
// If our source symbol is a synthesized decl, write in information about
// If our source symbol is a inheriting decl, write in information about
// where it's inheriting docs from.
if (InheritingDecl) {
Symbol inheritedSym(Graph, InheritingDecl, nullptr);