=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/indent.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/indent/indent.c 2021/01/26 18:21:25 1.32 +++ src/usr.bin/indent/indent.c 2022/12/26 19:16:01 1.33 @@ -1,4 +1,4 @@ -/* $OpenBSD: indent.c,v 1.32 2021/01/26 18:21:25 deraadt Exp $ */ +/* $OpenBSD: indent.c,v 1.33 2022/12/26 19:16:01 jmc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -474,7 +474,7 @@ fill_buffer(); break; } - default: /* it is the start of a normal statment */ + default: /* it is the start of a normal statement */ if (flushed_nl) /* if we flushed a newline, make sure it is * put back */ force_nl = true;