sub-process: correct path to API docs in a comment

Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Acked-by: Ben Peart <peartben@gmail.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Christian Couder committed Jun 14, 2017 at 17:12 UTC 97e2ff464302565877a00b8a9aa6a2d85bd1445e
1 file changed +1 -1
sub-process.h
+1 -1
@@ -7,7 +7,7 @@
7
8 /*
9 * Generic implementation of background process infrastructure.
10 - * See Documentation/technical/api-background-process.txt.
10 + * See: Documentation/technical/api-sub-process.txt
11 */
12
13 /* data structures */