From 3d8f87969bb73db97d5a80fd7c5d12537fc8ef27 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 24 Nov 2009 16:29:23 +0000 Subject: [PATCH] Fix comments as pre-post review for rev.89765. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89770 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/Path.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 19684d34267..04dba1db3e2 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -380,9 +380,9 @@ namespace sys { /// in the file system. bool canWrite() const; - /// This function checks that what we're trying to work only on a regular file or Dir. + /// This function checks that what we're trying to work only on a regular file or directory. /// Check for things like /dev/null, any block special file, - /// or other things that aren't "regular" files. + /// or other things that aren't "regular" regular files or directories. bool isSpecialFile() const; /// This function determines if the path name references an executable