Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/888cea95e913
branches:  trunk
changeset: 366012:888cea95e913
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon May 09 13:27:24 2022 +0000

description:
fix typo in comment

diffstat:

 sys/sys/proc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ad596533a788 -r 888cea95e913 sys/sys/proc.h
--- a/sys/sys/proc.h    Mon May 09 11:39:44 2022 +0000
+++ b/sys/sys/proc.h    Mon May 09 13:27:24 2022 +0000
@@ -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 @@
 /*
  * 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 *);



Home | Main Index | Thread Index | Old Index