Skip to content

Commit 803bb1b

Browse files
committed
fix typo
1 parent c9768b3 commit 803bb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Analysis/EscapeAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class EscapeAnalysis : public BottomUpIPAnalysis {
575575
/// program, displaying the connection graph. This depends on there being a
576576
/// dot graph viewer program, like 'graphviz', in your path.
577577
///
578-
/// Defer-edges are grey, points-to edges are black.
578+
/// Defer-edges are gray, points-to edges are black.
579579
/// Content nodes are rounded rectangles, argument/return nodes are bold.
580580
/// Global escaping nodes are red, argument escaping nodes are blue.
581581
void viewCG() const;

0 commit comments

Comments
 (0)