From e4adc4128cad55aa139936464224b789709f5ef6 Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 9 Jul 2021 20:59:17 +0000 Subject: [PATCH] fix scentence in db_printsym comment --- sys/ddb/db_sym.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index c8ebce83fec..376c01cf4d4 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_sym.c,v 1.55 2020/10/15 03:14:00 deraadt Exp $ */ +/* $OpenBSD: db_sym.c,v 1.56 2021/07/09 20:59:17 jasper Exp $ */ /* $NetBSD: db_sym.c,v 1.24 2000/08/11 22:50:47 tv Exp $ */ /* @@ -113,7 +113,7 @@ db_search_symbol(vaddr_t val, db_strategy_t strategy, db_expr_t *offp) } /* - * Print a the closest symbol to value + * Print the closest symbol to a value. * * After matching the symbol according to the given strategy * we print it in the name+offset format, provided the symbol's -- 2.20.1