[llvm-commits] [llvm] r89770 - /llvm/trunk/include/llvm/System/Path.h
Edward O'Callaghan
eocallaghan at auroraux.org
Tue Nov 24 08:29:23 PST 2009
Author: evocallaghan
Date: Tue Nov 24 10:29:23 2009
New Revision: 89770
URL: http://llvm.org/viewvc/llvm-project?rev=89770&view=rev
Log:
Fix comments as pre-post review for rev.89765.
Modified:
llvm/trunk/include/llvm/System/Path.h
Modified: llvm/trunk/include/llvm/System/Path.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Path.h?rev=89770&r1=89769&r2=89770&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/Path.h (original)
+++ llvm/trunk/include/llvm/System/Path.h Tue Nov 24 10:29:23 2009
@@ -380,9 +380,9 @@
/// 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
More information about the llvm-commits
mailing list