From: Kevin Day Date: Sun, 8 Jun 2025 23:48:32 +0000 (-0500) Subject: Cleanup: Add the word 'an' to a documentation comment. X-Git-Tag: 0.7.2~13 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=5f7b45ee7b7d50fedf3f79917d8ba44d83140522;p=fll Cleanup: Add the word 'an' to a documentation comment. --- diff --git a/level_0/f_file/c/file.h b/level_0/f_file/c/file.h index 9d8e132..21709f8 100644 --- a/level_0/f_file/c/file.h +++ b/level_0/f_file/c/file.h @@ -1578,7 +1578,7 @@ extern "C" { * 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.