diff --git a/llvm/tools/dsymutil/dsymutil.cpp b/llvm/tools/dsymutil/dsymutil.cpp --- a/llvm/tools/dsymutil/dsymutil.cpp +++ b/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; }