Module Name: src Committed By: rillig Date: Sun Dec 5 09:53:15 UTC 2021
Modified Files: src/games/dab: box.h Log Message: dab: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/games/dab/box.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/games/dab/box.h diff -u src/games/dab/box.h:1.3 src/games/dab/box.h:1.4 --- src/games/dab/box.h:1.3 Sun Dec 5 09:22:45 2021 +++ src/games/dab/box.h Sun Dec 5 09:53:15 2021 @@ -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 @@ class BOX { int& name(void); int& edge(int e); - // Edge maniputations + // Edge manipulations void set(int e); void clr(int e); int isset(int e) const;