aboutsummaryrefslogtreecommitdiff
path: root/support/lib/Support/FileUtilities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'support/lib/Support/FileUtilities.cpp')
-rw-r--r--support/lib/Support/FileUtilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/lib/Support/FileUtilities.cpp b/support/lib/Support/FileUtilities.cpp
index 7c8142a4a6..ca4603628c 100644
--- a/support/lib/Support/FileUtilities.cpp
+++ b/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);