From edb98f8b910b00be16868b21116924cffad785b9 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 19 May 2013 03:10:21 +0000 Subject: fix typos. Patch by k_takata. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/flock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'missing/flock.c') diff --git a/missing/flock.c b/missing/flock.c index 435d66aefb..829f431ddc 100644 --- a/missing/flock.c +++ b/missing/flock.c @@ -4,7 +4,7 @@ #if defined _WIN32 #elif defined HAVE_FCNTL && defined HAVE_FCNTL_H && !defined(__native_client__) -/* These are the flock() constants. Since this sytems doesn't have +/* These are the flock() constants. Since this systems doesn't have flock(), the values of the constants are probably not available. */ # ifndef LOCK_SH @@ -73,7 +73,7 @@ flock(int fd, int operation) # define F_TEST 3 /* Test a region for other processes locks */ # endif -/* These are the flock() constants. Since this sytems doesn't have +/* These are the flock() constants. Since this systems doesn't have flock(), the values of the constants are probably not available. */ # ifndef LOCK_SH -- cgit v1.2.3