* An array of polls representing all file descriptors to poll at once.
*
* Warning: The max array length for used is limited to nfds_t which might be different from f_number_unsigned_t.
- * The nfds_t is often either uint32_t or an uint64_t.
+ * The nfds_t is often either an uint32_t or an uint64_t.
* The f_number_unsigned_t is often an uint64_t.
*
* When a file descriptor (polls.array[].fd) is set to -1, then the file descriptor is ignored and the return events (polls.array[].revents) is set to 0.