diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-26 22:12:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-26 22:12:30 +0000 |
commit | f4d22f0fecb8714fccce04a5e61cea66fdee00c4 (patch) | |
tree | 75a6f90b7cd21577f6fdb752a622fcb685a0be86 /sysdeps | |
parent | d1f4b4d06ba8dbf544bfc0e6650c1efc52796111 (diff) | |
download | glibc-f4d22f0fecb8714fccce04a5e61cea66fdee00c4.tar.gz glibc-f4d22f0fecb8714fccce04a5e61cea66fdee00c4.tar.xz glibc-f4d22f0fecb8714fccce04a5e61cea66fdee00c4.zip |
Fix a typo in a comment.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/uio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/uio.h b/sysdeps/unix/sysv/linux/bits/uio.h index 84b4805fe8..a3608b6fdc 100644 --- a/sysdeps/unix/sysv/linux/bits/uio.h +++ b/sysdeps/unix/sysv/linux/bits/uio.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,7 +31,7 @@ /* Size of object which can be written atomically. This macro has different values in different kernel versions. The - latest versions of ther kernel use 1024 and this is good choice. Since + latest versions of the kernel use 1024 and this is good choice. Since the C library implementation of readv/writev is able to emulate the functionality even if the currently running kernel does not support this large value the readv/writev call will not fail because of this. */ |