summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMoritz Jodeit <moritz@cvs.openbsd.org>2005-03-08 15:43:32 +0000
committerMoritz Jodeit <moritz@cvs.openbsd.org>2005-03-08 15:43:32 +0000
commita31a4e07626bf10eecbcff55d136fd3e7550e65f (patch)
treef71a80276415f2366ccbfad534b63f07673a5323 /lib
parentc6b26661832d420798bd4380212eb35d7c7aa0c0 (diff)
fix typo in comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/local.h4
1 files changed, 2 insertions, 2 deletions
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) && \