X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fptsname.c;h=06ea2ae67716024193710fb79a15ffc0718d0a2e;hb=e1baaf8d7c7da5c45041f3ecaf227dfd03c01891;hp=102a65c90a65eae441998cd68ee894da8efb75da;hpb=78232883c8c01a22307bb38793928f2b9a5a6159;p=gnulib.git diff --git a/lib/ptsname.c b/lib/ptsname.c index 102a65c90..06ea2ae67 100644 --- a/lib/ptsname.c +++ b/lib/ptsname.c @@ -1,5 +1,5 @@ /* Determine name of the slave side of a pseudo-terminal. - Copyright (C) 1998, 2002, 2010-2011 Free Software Foundation, Inc. + Copyright (C) 1998, 2002, 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ #include -/* Static buffer for `ptsname'. */ +/* Static buffer for 'ptsname'. */ static char buffer[64];