src/os/linux/vm/perfMemory_linux.cpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1788
a2ea687fdc7c
     1.1 --- a/src/os/linux/vm/perfMemory_linux.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/os/linux/vm/perfMemory_linux.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -192,7 +192,7 @@
     1.4  // check if the given path is considered a secure directory for
     1.5  // the backing store files. Returns true if the directory exists
     1.6  // and is considered a secure location. Returns false if the path
     1.7 -// is a symbolic link or if an error occured.
     1.8 +// is a symbolic link or if an error occurred.
     1.9  //
    1.10  static bool is_directory_secure(const char* path) {
    1.11    struct stat statbuf;

mercurial