]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/sh/oslib.c
bash-4.3-rc1 overlay
[thirdparty/bash.git] / lib / sh / oslib.c
index f68c308518541e7dbfa6603cabbc4eb644e2383e..65eb99d9f9c6bda31c38218951fbf40bf0da1d84 100644 (file)
@@ -124,7 +124,7 @@ dup2 (fd1, fd2)
 /*
  * Return the total number of available file descriptors.
  *
- * On some systems, like 4.2BSD and its descendents, there is a system call
+ * On some systems, like 4.2BSD and its descendants, there is a system call
  * that returns the size of the descriptor table: getdtablesize().  There are
  * lots of ways to emulate this on non-BSD systems.
  *