From 5b487eb96e957652b3380bb393df1708c6577c03 Mon Sep 17 00:00:00 2001
From: Ted Percival <ted@tedp.id.au>
Date: Thu, 15 Jul 2010 10:09:16 -0600
Subject: [PATCH 1/2] fcntl.h comment: FD_CLOEXEC is for F_[GET|SET]FD

Not for F_[GET|SET]FL

Signed-off-by: Ted Percival <ted@tedp.id.au>
---
 include/asm-generic/fcntl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-generic/fcntl.h b/include/asm-generic/fcntl.h
index 4d3e483..65e18d3 100644
--- a/include/asm-generic/fcntl.h
+++ b/include/asm-generic/fcntl.h
@@ -74,7 +74,7 @@
 #define F_GETSIG	11	/* for sockets. */
 #endif
 
-/* for F_[GET|SET]FL */
+/* for F_[GET|SET]FD */
 #define FD_CLOEXEC	1	/* actually anything with low bit set goes */
 
 /* for posix fcntl() and lockf() */
-- 
1.7.1


