From a31a4e07626bf10eecbcff55d136fd3e7550e65f Mon Sep 17 00:00:00 2001 From: Moritz Jodeit Date: Tue, 8 Mar 2005 15:43:32 +0000 Subject: fix typo in comment. --- lib/libc/stdio/local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index 10dd1782198..e70b0573d75 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: local.h,v 1.6 2003/06/02 20:18:37 millert Exp $ */ +/* $OpenBSD: local.h,v 1.7 2005/03/08 15:43:31 moritz Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -56,7 +56,7 @@ extern void __atexit_register_cleanup(void (*)()); extern int __sdidinit; /* - * Return true iff the given FILE cannot be written now. + * Return true if the given FILE cannot be written now. */ #define cantwrite(fp) \ ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && \ -- cgit v1.2.3