Source-Changes-HG archive

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

[src/trunk]: src/games/dab dab: fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/17b3ff812622
branches:  trunk
changeset: 1026738:17b3ff812622
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Dec 05 09:53:15 2021 +0000

description:
dab: fix typo in comment

diffstat:

 games/dab/box.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 40a58a5effad -r 17b3ff812622 games/dab/box.h
--- a/games/dab/box.h   Sun Dec 05 09:46:05 2021 +0000
+++ b/games/dab/box.h   Sun Dec 05 09:53:15 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: box.h,v 1.3 2021/12/05 09:22:45 rillig Exp $   */
+/*     $NetBSD: box.h,v 1.4 2021/12/05 09:53:15 rillig Exp $   */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
     int& name(void);
     int& edge(int e);
 
-    // Edge maniputations
+    // Edge manipulations
     void set(int e);
     void clr(int e);
     int isset(int e) const;



Home | Main Index | Thread Index | Old Index