Module Name:    src
Committed By:   kre
Date:           Wed Mar  1 15:18:18 UTC 2023

Modified Files:
        src/sbin/swapctl: swapctl.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sbin/swapctl/swapctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/swapctl/swapctl.c
diff -u src/sbin/swapctl/swapctl.c:1.42 src/sbin/swapctl/swapctl.c:1.43
--- src/sbin/swapctl/swapctl.c:1.42	Wed Mar  1 15:15:56 2023
+++ src/sbin/swapctl/swapctl.c	Wed Mar  1 15:18:18 2023
@@ -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 @@ do_fstab(int add)
 		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)

Reply via email to