]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_filedb/lib/AtomicFile.h
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_filedb / lib / AtomicFile.h
index db86fd761883605e5b1bdbf44e13dd89191bbf08..86be8bea9ef8371519e4090ea95384751aa5ac25 100644 (file)
@@ -40,10 +40,10 @@ public:
        AtomicFile(const std::string &inPath);
        ~AtomicFile();
 
-    // Aquire the write lock and remove the file.
+    // Acquire the write lock and remove the file.
     void performDelete();
 
-    // Aquire the write lock and rename the file.
+    // Acquire the write lock and rename the file.
     void rename(const std::string &inNewPath);
 
        // Lock the file for writing and return a newly created AtomicTempFile.