diff options
author | Christian Couder <christian.couder@gmail.com> | 2017-06-14 17:12:25 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-15 14:33:31 -0700 |
commit | 97e2ff464302565877a00b8a9aa6a2d85bd1445e (patch) | |
tree | d60724422797401d02f54ce782d9a79c5ccedefe /sub-process.h | |
parent | Merge branch 'svn-doc' of git://bogomips.org/git-svn (diff) | |
download | tgif-97e2ff464302565877a00b8a9aa6a2d85bd1445e.tar.xz |
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>
Diffstat (limited to 'sub-process.h')
-rw-r--r-- | sub-process.h | 2 |
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 */ |