linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ted Percival <ted@midg3t.net>
To: linux-arch@vger.kernel.org
Cc: Ted Percival <ted@tedp.id.au>
Subject: [PATCH 2/2] fcntl.h comment: Fix typo regarding O_SYNC
Date: Thu, 15 Jul 2010 11:29:17 -0600	[thread overview]
Message-ID: <1279214957-10235-2-git-send-email-ted@tedp.id.au> (raw)
In-Reply-To: <1279214957-10235-1-git-send-email-ted@tedp.id.au>


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

  reply	other threads:[~2010-07-15 18:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-15 17:29 [PATCH 1/2] fcntl.h comment: FD_CLOEXEC is for F_[GET|SET]FD Ted Percival
2010-07-15 17:29 ` Ted Percival [this message]
2010-07-16 10:00 ` [PATCH 2/2] fcntl.h comment: Fix typo regarding O_SYNC David Howells
2010-07-16 11:56   ` Jamie Lokier
2010-07-16 20:51     ` Ted Percival

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1279214957-10235-2-git-send-email-ted@tedp.id.au \
    --to=ted@midg3t.net \
    --cc=linux-arch@vger.kernel.org \
    --cc=ted@tedp.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).