Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/xlint lint: fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/6c462e885044
branches: trunk
changeset: 363389:6c462e885044
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Mar 08 23:24:20 2022 +0000
description:
lint: fix typo in comment
No binary change.
diffstat:
usr.bin/xlint/xlint/xlint.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4deb6e608972 -r 6c462e885044 usr.bin/xlint/xlint/xlint.c
--- a/usr.bin/xlint/xlint/xlint.c Tue Mar 08 23:13:05 2022 +0000
+++ b/usr.bin/xlint/xlint/xlint.c Tue Mar 08 23:24:20 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xlint.c,v 1.88 2021/12/28 22:59:56 rillig Exp $ */
+/* $NetBSD: xlint.c,v 1.89 2022/03/08 23:24:20 rillig Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: xlint.c,v 1.88 2021/12/28 22:59:56 rillig Exp $");
+__RCSID("$NetBSD: xlint.c,v 1.89 2022/03/08 23:24:20 rillig Exp $");
#endif
#include <sys/param.h>
@@ -756,7 +756,7 @@
case 0:
/* child */
- /* setup the standard output if necessary */
+ /* set up the standard output if necessary */
if (fdout != -1) {
(void)dup2(fdout, STDOUT_FILENO);
(void)close(fdout);
Home |
Main Index |
Thread Index |
Old Index