Commit 0f71f6196dbf9f3afd34524586b8bfdb2d1eaccd

Stefan Sperling 2022-01-06T22:30:35

fix wrong path in a comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/path.c b/lib/path.c
index a00402e..0e05a11 100644
--- a/lib/path.c
+++ b/lib/path.c
@@ -440,7 +440,7 @@ got_path_strip_trailing_slashes(char *path)
 		path[x] = '\0';
 }
 
-/* based on findprog() from usr.sbin/which/which.c */
+/* based on findprog() from usr.bin/which/which.c */
 const struct got_error *
 got_path_find_prog(char **filename, const char *prog)
 {