X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-flock.c;h=d9734aa02dd20856d5d855f6a0241fedf7214072;hb=25b6b5120113989e0b91de9d0b75d3d625bbc753;hp=1bef9125cc97ae8a858282de557f5db22a4addeb;hpb=5605fe79ab6d101ddcc4bf0141e4c202ea2d3f07;p=gnulib.git diff --git a/tests/test-flock.c b/tests/test-flock.c index 1bef9125c..d9734aa02 100644 --- a/tests/test-flock.c +++ b/tests/test-flock.c @@ -1,5 +1,5 @@ /* Test of flock() function. - Copyright (C) 2008-2010 Free Software Foundation, Inc. + Copyright (C) 2008-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 @@ -100,7 +100,7 @@ main (int argc, char *argv[]) #if defined __linux__ /* Invalid operation codes are rejected by the Linux implementation and by - the gnulib replacement, but not by the MacOS X implementation. */ + the gnulib replacement, but not by the Mac OS X implementation. */ ASSERT (flock (fd, LOCK_SH | LOCK_EX) == -1); ASSERT (errno == EINVAL); ASSERT (flock (fd, LOCK_SH | LOCK_UN) == -1);