summaryrefslogtreecommitdiffstats
path: root/llvm/support/lib/Support/FileUtilities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/support/lib/Support/FileUtilities.cpp')
-rw-r--r--llvm/support/lib/Support/FileUtilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/support/lib/Support/FileUtilities.cpp b/llvm/support/lib/Support/FileUtilities.cpp
index 7c8142a4a66..ca4603628ca 100644
--- a/llvm/support/lib/Support/FileUtilities.cpp
+++ b/llvm/support/lib/Support/FileUtilities.cpp
@@ -85,7 +85,7 @@ std::string getUniqueFilename(const std::string &FilenameBase) {
exit(1);
}
- // We don't need to hold the temp file descriptor... we will trust that noone
+ // We don't need to hold the temp file descriptor... we will trust that no one
// will overwrite/delete the file while we are working on it...
close(TempFD);
std::string Result(FNBuffer);
OpenPOWER on IntegriCloud