commit 0f71f6196dbf9f3afd34524586b8bfdb2d1eaccd from: Stefan Sperling date: Thu Jan 06 22:30:35 2022 UTC fix wrong path in a comment commit - a4a4db77211f371d2d12eba3ac073bc183002959 commit + 0f71f6196dbf9f3afd34524586b8bfdb2d1eaccd blob - a00402e5edffaefb92ba18770b49fc07c8826c58 blob + 0e05a1100c321abafef637ae199c587f70a6e018 --- lib/path.c +++ 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) {