Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/nvmectl s/Expceted/Expected/ in log message and s/attri...
details: https://anonhg.NetBSD.org/src/rev/62c0cbee68ea
branches: trunk
changeset: 361166:62c0cbee68ea
user: andvar <andvar%NetBSD.org@localhost>
date: Sat Feb 12 23:50:14 2022 +0000
description:
s/Expceted/Expected/ in log message and s/attribtues/attributes/ in comment.
diffstat:
sbin/nvmectl/logpage.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 52fa243a9998 -r 62c0cbee68ea sbin/nvmectl/logpage.c
--- a/sbin/nvmectl/logpage.c Sat Feb 12 23:30:30 2022 +0000
+++ b/sbin/nvmectl/logpage.c Sat Feb 12 23:50:14 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: logpage.c,v 1.7 2018/04/18 10:11:44 nonaka Exp $ */
+/* $NetBSD: logpage.c,v 1.8 2022/02/12 23:50:14 andvar Exp $ */
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: logpage.c,v 1.7 2018/04/18 10:11:44 nonaka Exp $");
+__RCSID("$NetBSD: logpage.c,v 1.8 2022/02/12 23:50:14 andvar Exp $");
#if 0
__FBSDID("$FreeBSD: head/sbin/nvmecontrol/logpage.c 329824 2018-02-22 13:32:31Z wma $");
#endif
@@ -682,7 +682,7 @@
return;
}
if (code != 0) {
- printf("Expceted code 0, found code %#x\n", code);
+ printf("Expected code 0, found code %#x\n", code);
return;
}
pom = le32dec(walker);
@@ -1042,7 +1042,7 @@
read_controller_data(fd, &cdata);
/*
- * The log page attribtues indicate whether or not the controller
+ * The log page attributes indicate whether or not the controller
* supports the SMART/Health information log page on a per
* namespace basis.
*/
Home |
Main Index |
Thread Index |
Old Index