[CRIU] [PATCH] mount: Fix typo in MNT_TREE_WALK doc-comment

Radostin Stoyanov rstoyanov1 at gmail.com
Sat Mar 24 17:43:30 MSK 2018


Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
 criu/mount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/criu/mount.c b/criu/mount.c
index 47c65d51..5dbfea29 100644
--- a/criu/mount.c
+++ b/criu/mount.c
@@ -1671,7 +1671,7 @@ err:
 
 /*
  * _fn_f  - pre-order traversal function
- * _fn_f  - post-order traversal function
+ * _fn_r  - post-order traversal function
  * _plist - a postpone list. _el is added to this list, if _fn_f returns
  *	    a positive value, and all lower elements are not enumerated.
  */
-- 
2.14.3



More information about the CRIU mailing list