Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/swapctl Fix a typo in a newly added comment.
details: https://anonhg.NetBSD.org/src/rev/06df0240c319
branches: trunk
changeset: 373801:06df0240c319
user: kre <kre%NetBSD.org@localhost>
date: Wed Mar 01 15:18:18 2023 +0000
description:
Fix a typo in a newly added comment.
Someone please tell me why these things become obvious only after
the code has been committed!
NFC
diffstat:
sbin/swapctl/swapctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 14e281b4ab13 -r 06df0240c319 sbin/swapctl/swapctl.c
--- a/sbin/swapctl/swapctl.c Wed Mar 01 15:15:56 2023 +0000
+++ b/sbin/swapctl/swapctl.c Wed Mar 01 15:18:18 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: swapctl.c,v 1.42 2023/03/01 15:15:56 kre Exp $ */
+/* $NetBSD: swapctl.c,v 1.43 2023/03/01 15:18:18 kre Exp $ */
/*
* Copyright (c) 1996, 1997, 1999, 2015 Matthew R. Green
@@ -64,7 +64,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: swapctl.c,v 1.42 2023/03/01 15:15:56 kre Exp $");
+__RCSID("$NetBSD: swapctl.c,v 1.43 2023/03/01 15:18:18 kre Exp $");
#endif
@@ -734,7 +734,7 @@
char *spec, *fsspec;
/*
- * Ignore any ewtries which are not related to swapping
+ * Ignore any entries which are not related to swapping
*/
if (strcmp(fp->fs_type, "sw") != 0 &&
strcmp(fp->fs_type, "dp") != 0)
Home |
Main Index |
Thread Index |
Old Index