From 3fdc53241de593b6a3226d1aed93397b3c32c8c6 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Thu, 21 Mar 2002 22:50:06 +0000 Subject: [PATCH] useless commit: fixed comment svn path=/trunk/; revision=2759 --- posix/include/fcntl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posix/include/fcntl.h b/posix/include/fcntl.h index b39ba9cd457..e96c03e6f55 100644 --- a/posix/include/fcntl.h +++ b/posix/include/fcntl.h @@ -1,4 +1,4 @@ -/* $Id: fcntl.h,v 1.2 2002/02/20 09:17:54 hyperion Exp $ +/* $Id: fcntl.h,v 1.3 2002/03/21 22:50:06 hyperion Exp $ */ /* * fcntl.h @@ -56,7 +56,7 @@ enum __fcntl_cmd F_GETFD, /* get file descriptor flags */ F_SETFD, /* set file descriptor flags */ F_GETFL, /* get file status flags and file access modes */ - F_SETFL, /* Set file status flags */ + F_SETFL, /* set file status flags */ F_GETLK, /* get record locking information */ F_SETLK, /* set record locking information */ F_SETLKW, /* set record locking information; wait if blocked */ -- 2.17.1