From 764da4b1eb663425a5ffaa6b5874a3422c4fecec Mon Sep 17 00:00:00 2001
From: Ted Percival <ted@tedp.id.au>
Date: Thu, 15 Jul 2010 10:12:11 -0600
Subject: [PATCH 2/2] fcntl.h comment: Fix typo regarding O_SYNC


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 65e18d3..d6e84ba 100644
--- a/include/asm-generic/fcntl.h
+++ b/include/asm-generic/fcntl.h
@@ -3,7 +3,7 @@
 
 #include <linux/types.h>
 
-/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
+/* open/fcntl - O_SYNC is only implemented on block devices and on files
    located on an ext2 file system */
 #define O_ACCMODE	00000003
 #define O_RDONLY	00000000
-- 
1.7.1


