summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-13 20:47:54 +0000
committerandvar <andvar@NetBSD.org>2021-08-13 20:47:54 +0000
commit3e951869a5d2c1877943c3296ea5cbb8277ab241 (patch)
tree8e2eae61f9b45654ae0ec3aebb56070b5ac00db7 /sys/ddb/db_command.c
parentcdbb82ad34ee7ed09cf97a8c7fc244c8339fa0f0 (diff)
fix typos in words "pointer" and s/fram /frame/
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index fc901ed2912..f25460c2002 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -1,4 +1,4 @@
-/* $NetBSD: db_command.c,v 1.176 2021/02/23 07:13:53 mrg Exp $ */
+/* $NetBSD: db_command.c,v 1.177 2021/08/13 20:47:55 andvar Exp $ */
/*
* Copyright (c) 1996, 1997, 1998, 1999, 2002, 2009, 2019
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.176 2021/02/23 07:13:53 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.177 2021/08/13 20:47:55 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_aio.h"
@@ -479,7 +479,7 @@ db_init_commands(void)
* Add command table to the specified list
* Arg:
* int type specifies type of command table DDB_SHOW_CMD|DDB_BASE_CMD|DDB_MAC_CMD
- * *cmd_tbl poiter to static allocated db_command table
+ * *cmd_tbl pointer to static allocated db_command table
*
* Command table must be NULL terminated array of struct db_command
*/