[PATCH] D135318: [NFC] Fix typo in error message.
Daniel RodrÃguez Troitiño via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 17:10:56 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1a5116794def: [NFC] Fix typo in error message. (authored by drodriguez).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135318/new/
https://reviews.llvm.org/D135318
Files:
llvm/tools/dsymutil/dsymutil.cpp
Index: llvm/tools/dsymutil/dsymutil.cpp
===================================================================
--- llvm/tools/dsymutil/dsymutil.cpp
+++ llvm/tools/dsymutil/dsymutil.cpp
@@ -798,7 +798,7 @@
break;
FileOffset += stat->getSize();
if (FileOffset > UINT32_MAX) {
- WithColor::error() << "the univesral binary has a slice with an "
+ WithColor::error() << "the universal binary has a slice with an "
"offset exceeds 4GB and will produce an invalid Mach-O file.";
return EXIT_FAILURE;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135318.465608.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221006/a76a2ee9/attachment.bin>
More information about the llvm-commits
mailing list