Skip to content

Commit 815b784

Browse files
fix typo
1 parent 6e8c59a commit 815b784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)