helly           Sun Nov 12 15:58:17 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/spl    spl_directory.h 
  Log:
  - MFH: Correct comments
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.h?r1=1.12.2.5.2.2&r2=1.12.2.5.2.3&diff_format=u
Index: php-src/ext/spl/spl_directory.h
diff -u php-src/ext/spl/spl_directory.h:1.12.2.5.2.2 
php-src/ext/spl/spl_directory.h:1.12.2.5.2.3
--- php-src/ext/spl/spl_directory.h:1.12.2.5.2.2        Sat Jul 15 15:08:41 2006
+++ php-src/ext/spl/spl_directory.h     Sun Nov 12 15:58:17 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_directory.h,v 1.12.2.5.2.2 2006/07/15 15:08:41 helly Exp $ */
+/* $Id: spl_directory.h,v 1.12.2.5.2.3 2006/11/12 15:58:17 helly Exp $ */
 
 #ifndef SPL_DIRECTORY_H
 #define SPL_DIRECTORY_H
@@ -95,10 +95,10 @@
 
 #define SPL_FILE_DIR_CURRENT_AS_FILEINFO   0x00000010 /* make 
RecursiveDirectoryTree::current() return SplFileInfo */
 #define SPL_FILE_DIR_CURRENT_AS_PATHNAME   0x00000020 /* make 
RecursiveDirectoryTree::current() return getPathname() */
-#define SPL_FILE_DIR_CURRENT_MODE_MASK     0x000000F0 /* make 
RecursiveDirectoryTree::key() return getFilename() */
+#define SPL_FILE_DIR_CURRENT_MODE_MASK     0x000000F0 /* mask 
RecursiveDirectoryTree::current() */
 
 #define SPL_FILE_DIR_KEY_AS_FILENAME       0x00000100 /* make 
RecursiveDirectoryTree::key() return getFilename() */
-#define SPL_FILE_DIR_KEY_MODE_MASK         0x00000F00 /* make 
RecursiveDirectoryTree::key() return getFilename() */
+#define SPL_FILE_DIR_KEY_MODE_MASK         0x00000F00 /* mask 
RecursiveDirectoryTree::key() */
 
 #endif /* SPL_DIRECTORY_H */
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to