base/dispatch.c: Add notional support for `AT_HWCAP2' entry.
[catacomb] / base / ct.c
index ef2adeb..ffb15b0 100644 (file)
--- a/base/ct.c
+++ b/base/ct.c
@@ -60,7 +60,7 @@ 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.
  */