Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Correct typo in the comment
details: https://anonhg.NetBSD.org/src/rev/227ed01d2393
branches: trunk
changeset: 353411:227ed01d2393
user: kamil <kamil%NetBSD.org@localhost>
date: Thu May 04 11:01:16 2017 +0000
description:
Correct typo in the comment
No functional change.
diffstat:
sys/kern/cnmagic.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 168ffa9bad59 -r 227ed01d2393 sys/kern/cnmagic.c
--- a/sys/kern/cnmagic.c Thu May 04 09:46:30 2017 +0000
+++ b/sys/kern/cnmagic.c Thu May 04 11:01:16 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cnmagic.c,v 1.13 2011/11/19 17:34:41 christos Exp $ */
+/* $NetBSD: cnmagic.c,v 1.14 2017/05/04 11:01:16 kamil Exp $ */
/*
* Copyright (c) 2000 Eduardo Horvath
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cnmagic.c,v 1.13 2011/11/19 17:34:41 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cnmagic.c,v 1.14 2017/05/04 11:01:16 kamil Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -113,7 +113,7 @@
}
/*
- * Translatea state machine table back to
+ * Translate a state machine table back to
* a magic string.
*/
int
@@ -166,4 +166,3 @@
ADD_CHAR('\0');
return 0;
}
-
Home |
Main Index |
Thread Index |
Old Index