]> Savannah Git Hosting - gnulib.git/commitdiff
* lib/limits.in.h: Fix comment typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Jun 2023 19:22:33 +0000 (12:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Jun 2023 19:22:33 +0000 (12:22 -0700)
lib/limits.in.h

index 1d479c3d1922f689c5fd12fbdcbc8e32a67efb42..e2e173eb2de97fcce0aa1621c57da3b1695c9c5e 100644 (file)
 
 /* Macro specified by POSIX.  */
 
-/* The maximal size_t value.  Although it might not be of ssize_t type
+/* The maximum ssize_t value.  Although it might not be of ssize_t type
    as it should be, it's too much trouble to fix this minor detail.  */
 #ifndef SSIZE_MAX
 # ifdef _WIN64