Skip to content

Commit 0dd93da

Browse files
hartbitaciidgh
authored andcommitted
Rename Link to Linking in bootstrap for consistency
1 parent b3cb538 commit 0dd93da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Utilities/bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,9 @@ class llbuild(object):
584584

585585
# Write out the link command.
586586
if target.is_library:
587-
description = "Link %s" % target.name
587+
description = "Linking %s" % target.name
588588
else:
589-
description = "Link %s" % link_output_path
589+
description = "Linking %s" % link_output_path
590590
self.writeTool(
591591
tool,
592592
target.linked_virtual_node,

0 commit comments

Comments
 (0)