]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - include/posixdir.h
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / include / posixdir.h
index 0921c5d752b8120578bfdc2fc7170ff279493834..af5be8012b347eee3b62ba0e78f36109619999e0 100644 (file)
@@ -46,7 +46,7 @@
 #  define D_NAMLEN(d)   ((d)->d_namlen)
 #endif /* !HAVE_DIRENT_H */
 
-/* The bash code fairly consistenly uses d_fileno; make sure it's available */
+/* The bash code fairly consistently uses d_fileno; make sure it's available */
 #if defined (HAVE_STRUCT_DIRENT_D_INO) && !defined (HAVE_STRUCT_DIRENT_D_FILENO)
 #  define d_fileno d_ino
 #endif