summaryrefslogtreecommitdiff
path: root/usr.sbin/btrace/bt_parser.h
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-28 21:30:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-28 21:30:20 +0000
commit30c6e2bff10bcc21f60c21eb9d29068c6790aed4 (patch)
tree160b7cd24896186ded48d98dd67e701b7f1c7ff2 /usr.sbin/btrace/bt_parser.h
parent6d982a342f98d6530a0f71d5f67313d5f2a07382 (diff)
spelling fixes; from paul tagliamonte
any parts of his diff not taken are noted on tech
Diffstat (limited to 'usr.sbin/btrace/bt_parser.h')
-rw-r--r--usr.sbin/btrace/bt_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/btrace/bt_parser.h b/usr.sbin/btrace/bt_parser.h
index 4c6165df130..6fe2eb43235 100644
--- a/usr.sbin/btrace/bt_parser.h
+++ b/usr.sbin/btrace/bt_parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_parser.h,v 1.22 2021/11/12 16:57:24 claudio Exp $ */
+/* $OpenBSD: bt_parser.h,v 1.23 2022/12/28 21:30:16 jmc Exp $ */
/*
* Copyright (c) 2019-2021 Martin Pieuchot <mpi@openbsd.org>
@@ -111,7 +111,7 @@ struct bt_var {
};
/*
- * Respresentation of an argument.
+ * Representation of an argument.
*
* A so called "argument" can be any symbol representing a value or
* a combination of those through an operation.