base/asm-common.h, */*.S: New macros for making stack-unwinding tables.
[catacomb] / base / ct.h
index 00cecc0..3066e4f 100644 (file)
--- 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.
  */