Commit Diff


commit - 4c89ded83c4e05b6fff0a5cbd6550a62e7bec87c
commit + 7ffb205f1d684fb2a80684175cd1c0a210bc0866
blob - 84618978884eb4dafa26d9ca5e223741bb88cf1f
blob + b155ceebba7297ab8d3b872d569d7a5847b09303
--- lib/path.c
+++ lib/path.c
@@ -441,7 +441,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)
 {