]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
gcd: Improve comments regarding GCD_WORD_T.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Jun 2025 02:20:45 +0000 (04:20 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 23 Jun 2025 02:20:45 +0000 (04:20 +0200)
* lib/gcd.h: Fix typo in last commit.

lib/gcd.h

index ee05b39d2128c91fdd8d95afc702e40ee35f8efd..92975176eff9815580e2455dd5fb34b9819a3f52 100644 (file)
--- a/lib/gcd.h
+++ b/lib/gcd.h
@@ -21,7 +21,7 @@
 /* Before including this file, you may define:
      GCD_WORD_T         The parameter type and result type of the gcd function.
                         It should be an unsigned integer type that is either
-                        a built-in type or defined in <stdef.h> or <stdint.h>.
+                        a built-in type or defined in <stddef.h> or <stdint.h>.
 
    The definition of GCD_WORD_T needs to be the same across the entire
    application.  Therefore it is best placed in <config.h>.