]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/tst-cancel4.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / nptl / tst-cancel4.c
index 10b7c6e1b0e93ff3fcfb31750069f2d8b222cb53..49167466143b8c73b1bfbb0806a86c6493de2177 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -83,12 +83,12 @@ static pthread_barrier_t b2;
 # define IPC_ADDVAL 0
 #endif
 
-/* The WRITE_BUFFER_SIZE value needs to be choosen such that if we set
+/* The WRITE_BUFFER_SIZE value needs to be chosen such that if we set
    the socket send buffer size to '1', a write of this size on that
    socket will block.
 
-   The Linux kernel imposes a minimum send socket buffer size
-   which has changed over the years.  Currently the value is:
+   The Linux kernel imposes a minimum send socket buffer size which
+   has changed over the years.  As of Linux 3.10 the value is:
 
      2 * (2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff)))