Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2019 18:52:24 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353413 - head/sys/sys
Message-ID:  <201910101852.x9AIqOdt013337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Thu Oct 10 18:52:24 2019
New Revision: 353413
URL: https://svnweb.freebsd.org/changeset/base/353413

Log:
  Typo out->in.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/sys/lockf.h

Modified: head/sys/sys/lockf.h
==============================================================================
--- head/sys/sys/lockf.h	Thu Oct 10 18:39:11 2019	(r353412)
+++ head/sys/sys/lockf.h	Thu Oct 10 18:52:24 2019	(r353413)
@@ -81,7 +81,7 @@ struct lockf_entry {
 	struct	task *lf_async_task;/* (c) Async lock callback */
 	LIST_ENTRY(lockf_entry) lf_link;  /* (s) Linkage for lock lists */
 	struct lockf_edge_list lf_outedges; /* (s) list of out-edges */
-	struct lockf_edge_list lf_inedges; /* (s) list of out-edges */
+	struct lockf_edge_list lf_inedges; /* (s) list of in-edges */
 	int	lf_refs;	    /* (s) ref count */
 };
 LIST_HEAD(lockf_entry_list, lockf_entry);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910101852.x9AIqOdt013337>