From 92f0cad3c10ca468bf7def928a3a6c7b6039833b Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Thu, 30 Mar 2023 11:05:54 +0200 Subject: [PATCH] depend: fix typo --- depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depend b/depend index 915d33d..2b2de5e 100755 --- a/depend +++ b/depend @@ -9,7 +9,7 @@ test -f "${1%.o}.d" || exit 1 # Check whether $1 contains substring $2 contains(){ test "${1#*$2}" != "$1"; } -# Walk the dependency graph (consinting of the set of all .d files) +# Walk the dependency graph (consisting of the set of all .d files) # and output the visited nodes (objects). walk_dag(){ while read -r line; do