From 13334d9add9548da8f9726cc710bf7d76f7e0b8c Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 21 Feb 2022 14:16:49 +0000 Subject: [PATCH] anscestors -> ancestors --- sys/kern/subr_witness.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index ad50f29e066..0483034d1b2 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_witness.c,v 1.47 2021/03/23 10:22:20 mpi Exp $ */ +/* $OpenBSD: subr_witness.c,v 1.48 2022/02/21 14:16:49 jsg Exp $ */ /*- * Copyright (c) 2008 Isilon Systems, Inc. @@ -677,7 +677,7 @@ witness_ddb_display_list(int(*prnt)(const char *fmt, ...), if (!w->w_acquired || w->w_ddb_level > 0) continue; - /* This lock has no anscestors - display its descendants. */ + /* This lock has no ancestors - display its descendants. */ witness_ddb_display_descendants(prnt, w, 0); } } -- 2.20.1