This is an automated email from the ASF dual-hosted git repository.

gaurava pushed a commit to branch nix-flags-x-platform
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 33efff50539263bc3a4ee1a0b7ec3c23d4686ce1
Author: Gautham Banasandra <gautham.bangal...@gmail.com>
AuthorDate: Fri Jul 1 21:53:43 2022 +0530

    Add documentation
---
 .../src/main/native/libhdfspp/lib/x-platform/stat.h                 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/x-platform/stat.h
 
b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/x-platform/stat.h
index d234944f2c1..da26f83b92a 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/x-platform/stat.h
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/lib/x-platform/stat.h
@@ -22,9 +22,9 @@
 #if defined(_WIN32)
 
 // Windows.
-// These are derived from sys/stat.h from POSIX. Windows defines some of these
-// macros, but not all. Thus, we align with the bits defined by POSIX for all 
of
-// them.
+// These macros are derived from POSIX sys/stat.h. Windows defines some of
+// these macros, but not all. Thus, we align with the bits defined by POSIX for
+// all of them.
 #define S_IRUSR 0400
 #define S_IWUSR 0200
 #define S_IXUSR 0100


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to