Skip to content

Commit de73874

Browse files
Merge branch 'main' of github.com:salinas-miguel/swift
2 parents b075697 + 815b784 commit de73874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-stdlib-tool/swift-stdlib-tool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ int main(int argc, const char *argv[])
11701170
// If we have an existing code signature data, query the new one and compare
11711171
// it with the code signature of the file before we re-signed it.
11721172
// If they are the same, use the original file instead. This preserves
1173-
// the contents of t1e file and mtime for use with delta installs.
1173+
// the contents of the file and mtime for use with delta installs.
11741174
if (!oldSignatureData.empty()) {
11751175
auto const newSignatureData = query_code_signature(dst);
11761176

0 commit comments

Comments
 (0)