diff options
| author | andvar <andvar@NetBSD.org> | 2021-10-15 22:32:28 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-10-15 22:32:28 +0000 |
| commit | 7a06cada8d2bae8c5af0d2766808cc507a3f7554 (patch) | |
| tree | 7bacbb77cc8ee91a2e2f1a35e8731212099fb894 /include | |
| parent | 21ab459c2e1624957147d4d0a7a14666a7ec6f9f (diff) | |
fix typos in comments.
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index bcafcc14ac5..ea941acb76a 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.161 2020/12/04 23:04:58 kre Exp $ */ +/* $NetBSD: unistd.h,v 1.162 2021/10/15 22:32:28 andvar Exp $ */ /*- * Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc. @@ -187,7 +187,7 @@ off_t lseek(int, off_t, int); int truncate(const char *, off_t); /* * IEEE Std 1003.1b-93, - * also found in X/Open Portability Guide >= Issue 4 Verion 2 + * also found in X/Open Portability Guide >= Issue 4 Version 2 */ #if (_POSIX_C_SOURCE - 0) >= 199309L || \ (defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)) || \ |
