diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2021-04-21 10:29:50 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2021-04-21 10:29:50 +0000 |
commit | 80eabe636e7094d62b2ffae11cd437a2c84babe9 (patch) | |
tree | a520b8c2b0f12b242beafd8a487f09b1233ecfd6 /usr.sbin/btrace | |
parent | 48affbcecaf040be004921fb7ab70fa443461cd9 (diff) |
typo
Diffstat (limited to 'usr.sbin/btrace')
-rw-r--r-- | usr.sbin/btrace/bt_parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/btrace/bt_parse.y b/usr.sbin/btrace/bt_parse.y index 9b375a7c2cf..dbf68f2c511 100644 --- a/usr.sbin/btrace/bt_parse.y +++ b/usr.sbin/btrace/bt_parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: bt_parse.y,v 1.26 2021/04/21 10:28:54 mpi Exp $ */ +/* $OpenBSD: bt_parse.y,v 1.27 2021/04/21 10:29:49 mpi Exp $ */ /* * Copyright (c) 2019-2021 Martin Pieuchot <mpi@openbsd.org> @@ -22,7 +22,7 @@ * B tracing language parser. * * The dialect of the language understood by this parser aims to be - * compatible with the one understood bpftrace(8), see: + * compatible with the one understood by bpftrace(8), see: * * https://github.com/iovisor/bpftrace/blob/master/docs/reference_guide.md * |