From 1d9f387037f97fdad4d90627105c47ce3da4a359 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 May 2022 13:27:24 +0000 Subject: [PATCH] fix typo in comment --- sys/sys/proc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index e001d3484f7f..ed5e5314fcc3 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.369 2021/10/10 18:07:51 thorpej Exp $ */ +/* $NetBSD: proc.h,v 1.370 2022/05/09 13:27:24 wiz Exp $ */ /*- * Copyright (c) 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc. @@ -565,7 +565,7 @@ int proc_compare(const struct proc *, const struct lwp *, /* * Special handlers for delivering EVFILT_PROC notifications. These * exist to handle some of the special locking considerations around - * proesses. + * processes. */ void knote_proc_exec(struct proc *); void knote_proc_fork(struct proc *, struct proc *);