Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2019 06:58:39 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r353464 - stable/12/sys/sys
Message-ID:  <201910130658.x9D6wdGe044474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Oct 13 06:58:39 2019
New Revision: 353464
URL: https://svnweb.freebsd.org/changeset/base/353464

Log:
  MFC r353413:
  Typo out->in.

Modified:
  stable/12/sys/sys/lockf.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/sys/lockf.h
==============================================================================
--- stable/12/sys/sys/lockf.h	Sun Oct 13 06:56:45 2019	(r353463)
+++ stable/12/sys/sys/lockf.h	Sun Oct 13 06:58:39 2019	(r353464)
@@ -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?201910130658.x9D6wdGe044474>