comparison src/os/linux/vm/perfMemory_linux.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
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
190 190
191 191
192 // check if the given path is considered a secure directory for 192 // check if the given path is considered a secure directory for
193 // the backing store files. Returns true if the directory exists 193 // the backing store files. Returns true if the directory exists
194 // and is considered a secure location. Returns false if the path 194 // and is considered a secure location. Returns false if the path
195 // is a symbolic link or if an error occured. 195 // is a symbolic link or if an error occurred.
196 // 196 //
197 static bool is_directory_secure(const char* path) { 197 static bool is_directory_secure(const char* path) {
198 struct stat statbuf; 198 struct stat statbuf;
199 int result = 0; 199 int result = 0;
200 200