Skip to content

Commit 4dbcec2

Browse files
committed
Fixed filename in the comments.
1 parent 4f3753a commit 4dbcec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/single-source/Prefix.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Suffix.swift ---------------------------------------------------===//
1+
//===--- Prefix.swift -----------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -13,7 +13,7 @@
1313
% # Ignore the following warning. This _is_ the correct file to edit.
1414
////////////////////////////////////////////////////////////////////////////////
1515
// WARNING: This file is manually generated from .gyb template and should not
16-
// be directly modified. Instead, make changes to Suffix.swift.gyb and run
16+
// be directly modified. Instead, make changes to Prefix.swift.gyb and run
1717
// scripts/generate_harness/generate_harness.py to regenerate this file.
1818
////////////////////////////////////////////////////////////////////////////////
1919

0 commit comments

Comments
 (0)