diff src/os/solaris/vm/perfMemory_solaris.cpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents a61af66fc99e
children a2ea687fdc7c
line wrap: on
line diff
--- a/src/os/solaris/vm/perfMemory_solaris.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/os/solaris/vm/perfMemory_solaris.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -194,7 +194,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;