From: mpi Date: Wed, 21 Apr 2021 10:29:49 +0000 (+0000) Subject: typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=891bd5a47b7516644506d4d2b1d235af4a90a0fd;p=openbsd typo --- 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 @@ -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 *