hotspot/src/os/linux/vm/perfMemory_linux.cpp
changeset 2131 98f9cef66a34
parent 1 489c9b5090e2
child 5237 aab592fd4f44
--- a/hotspot/src/os/linux/vm/perfMemory_linux.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/os/linux/vm/perfMemory_linux.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -192,7 +192,7 @@
 // check if the given path is considered a secure directory for
 // the backing store files. Returns true if the directory exists
 // and is considered a secure location. Returns false if the path
-// is a symbolic link or if an error occured.
+// is a symbolic link or if an error occurred.
 //
 static bool is_directory_secure(const char* path) {
   struct stat statbuf;