From e086ed0fe9b4d5907fbed51c06cda1ac116b2d66 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 23 Sep 2005 17:52:49 +0000 Subject: [PATCH] Fix typo in comment. --- lib/verify.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/verify.h b/lib/verify.h index 828a42577..c8066e91d 100644 --- a/lib/verify.h +++ b/lib/verify.h @@ -21,10 +21,9 @@ #ifndef VERIFY_H # define VERIFY_H 1 -/* Each of these macros macros verifies that its argument R is a - nonzero constant expression. To be portable, R's type must be - integer (or boolean). Unlike assert, there is no run-time - overhead. */ +/* Each of these macros verifies that its argument R is a nonzero + constant expression. To be portable, R's type must be integer (or + boolean). Unlike assert, there is no run-time overhead. */ /* A type that is valid if and only if R is a nonzero constant expression. The symbols verify_type__ and verify_error_if_negative_size__ are -- 2.11.0