X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..1aa5bfa88ec9a7eeeff47e076242b2e9eda1d538:/base/ct.h diff --git a/base/ct.h b/base/ct.h index 00cecc07..3066e4f2 100644 --- a/base/ct.h +++ b/base/ct.h @@ -53,7 +53,7 @@ extern int ct_inteq(uint32 /*x*/, uint32 /*y*/); * * Arguments: @uint32 x, y@ = two 32-bit unsigned integers * - * Returns: One if %$x \le y$% are equal, zero if @x@ is greater. + * Returns: One if %$x \le y$%, zero if @x@ is greater. * * Use: Answers whether two integers are ordered, in constant time. */