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);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to