Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ata Some comment improvements; spelling and grammar.



details:   https://anonhg.NetBSD.org/src/rev/bb5a17f27a2e
branches:  trunk
changeset: 770691:bb5a17f27a2e
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Oct 29 18:43:58 2011 +0000

description:
Some comment improvements; spelling and grammar.

diffstat:

 sys/dev/ata/atavar.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r dcdf17cad8f8 -r bb5a17f27a2e sys/dev/ata/atavar.h
--- a/sys/dev/ata/atavar.h      Sat Oct 29 18:26:19 2011 +0000
+++ b/sys/dev/ata/atavar.h      Sat Oct 29 18:43:58 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atavar.h,v 1.82 2011/04/30 00:34:03 jakllsch Exp $     */
+/*     $NetBSD: atavar.h,v 1.83 2011/10/29 18:43:58 jakllsch Exp $     */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -229,10 +229,10 @@
  *
  * This structure defines the interface between the ATA/ATAPI device driver
  * and the controller for short commands. It contains the command's parameter,
- * the len of data's to read/write (if any), and a function to call upon
+ * the length of data to read/write (if any), and a function to call upon
  * completion.
  * If no sleep is allowed, the driver can poll for command completion.
- * Once the command completed, if the error registed is valid, the flag
+ * Once the command completed, if the error registered is valid, the flag
  * AT_ERROR is set and the error register value is copied to r_error .
  * A separate interface is needed for read/write or ATAPI packet commands
  * (which need multiple interrupts per commands).



Home | Main Index | Thread Index | Old Index