Updated these tests so that they use the new temporary directory as opposed
[oota-llvm.git] / lib / Support / FileUtilities.cpp
index 7c8142a4a66c3cb2da38ccd16d6335d269f9b4be..ca4603628cab6b15384dc3db56c27ae6a3c861f2 100644 (file)
@@ -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);