dab: fix typo in comment

This commit is contained in:
rillig 2021-12-05 09:53:15 +00:00
parent ed0ae49597
commit 9164d1568c
1 changed files with 2 additions and 2 deletions

View File

@ -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;