summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Couder <christian.couder@gmail.com>2017-06-14 17:12:25 +0200
committerJunio C Hamano <gitster@pobox.com>2017-06-15 14:33:31 -0700
commit97e2ff464302565877a00b8a9aa6a2d85bd1445e (patch)
treed60724422797401d02f54ce782d9a79c5ccedefe
parent5b948855b926d801faad7808d010bbb9c1dc1f26 (diff)
downloadgit-97e2ff464302565877a00b8a9aa6a2d85bd1445e.tar.gz
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>
-rw-r--r--sub-process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub-process.h b/sub-process.h
index 7d451e1cde..d9a45cd359 100644
--- a/sub-process.h
+++ b/sub-process.h
@@ -7,7 +7,7 @@
/*
* Generic implementation of background process infrastructure.
- * See Documentation/technical/api-background-process.txt.
+ * See: Documentation/technical/api-sub-process.txt
*/
/* data structures */