Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/vndcompress Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/5fc5e6cfd985
branches:  trunk
changeset: 792949:5fc5e6cfd985
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jan 22 06:17:07 2014 +0000

description:
Fix typo in comment.

diffstat:

 usr.bin/vndcompress/offtab.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ab8d13551c7 -r 5fc5e6cfd985 usr.bin/vndcompress/offtab.c
--- a/usr.bin/vndcompress/offtab.c      Wed Jan 22 06:16:59 2014 +0000
+++ b/usr.bin/vndcompress/offtab.c      Wed Jan 22 06:17:07 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: offtab.c,v 1.6 2014/01/22 06:16:41 riastradh Exp $     */
+/*     $NetBSD: offtab.c,v 1.7 2014/01/22 06:17:07 riastradh Exp $     */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -466,7 +466,7 @@
 
        /*
         * Mark the window as being updated so nobody tries to write it
-        * (since we just write it) while we fill it with ones.
+        * (since we just wrote it) while we fill it with ones.
         */
        block_signals(&sigmask);
        window = offtab->ot_window;



Home | Main Index | Thread Index | Old Index