From fe5f05d0e2fadbb3f5490afbbfef66c0323a6f04 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 9 Jun 2024 11:55:31 +0200 Subject: [PATCH] examples: fix explaination of traverse_dir --- examples/traverse_dir.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/traverse_dir.c b/examples/traverse_dir.c index 410e9839..4d9c9193 100644 --- a/examples/traverse_dir.c +++ b/examples/traverse_dir.c @@ -2,8 +2,7 @@ * @author Enno Boland (mail@eboland.de) * @file list_dir.c * - * This is an example program that lists the top level files in a squashfs - * archive. + * This is an example program that traverses a directory in a SquashFS archive. */ #include