summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Archive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Object/Archive.cpp')
-rw-r--r--llvm/lib/Object/Archive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/Archive.cpp b/llvm/lib/Object/Archive.cpp
index fd9609f65bc..148c011d9cd 100644
--- a/llvm/lib/Object/Archive.cpp
+++ b/llvm/lib/Object/Archive.cpp
@@ -550,7 +550,7 @@ Archive::Archive(MemoryBufferRef Source, Error &Err)
} else if (Buffer.startswith(Magic)) {
IsThin = false;
} else {
- Err = make_error<GenericBinaryError>("File too small to be an archive",
+ Err = make_error<GenericBinaryError>("file too small to be an archive",
object_error::invalid_file_type);
return;
}
OpenPOWER on IntegriCloud