From c08758a5b31b089801c24eca05adeaff0393af83 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 16 Sep 2003 15:31:46 +0000 Subject: Fixed spelling & grammar. llvm-svn: 8559 --- llvm/support/lib/Support/FileUtilities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/support/lib/Support/FileUtilities.cpp') 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); -- cgit v1.2.3