diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1999-09-17 12:37:55 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1999-09-17 12:37:55 +0000 |
commit | 418794422a4be5adcc1087a5a660eb20e35a3adf (patch) | |
tree | 9c709e08583557e09a5f1e6783aabb6ecba4f44c /sys | |
parent | c64d934386ca2c45d018899695070925b17d7ee9 (diff) |
typo in comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/netbsd/netbsd_pos_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/netbsd/netbsd_pos_io.c b/sys/compat/netbsd/netbsd_pos_io.c index 9a970fbfb79..7281901d72a 100644 --- a/sys/compat/netbsd/netbsd_pos_io.c +++ b/sys/compat/netbsd/netbsd_pos_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netbsd_pos_io.c,v 1.1 1999/09/17 12:13:47 kstailey Exp $ */ +/* $OpenBSD: netbsd_pos_io.c,v 1.2 1999/09/17 12:37:54 kstailey Exp $ */ /* $NetBSD: vfs_syscalls.c,v 1.71 1996/04/23 10:29:02 mycroft Exp $ */ @@ -59,7 +59,7 @@ static int netbsd_set_pos __P((struct proc *, int fd, off_t offset)); /* - * sys_lseek's trimmed down + * sys_lseek trimmed down */ static int netbsd_set_pos(p, fd, offset) |