Skip to content

Commit 61cd812

Browse files
tmzullingergitster
authored andcommitted
xdiff: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d6b67ce commit 61cd812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xdiff/xdiff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ typedef struct s_xpparam {
8585
regex_t **ignore_regex;
8686
size_t ignore_regex_nr;
8787

88-
/* See Documentation/diff-options.txt. */
88+
/* See Documentation/diff-options.adoc. */
8989
char **anchors;
9090
size_t anchors_nr;
9191
} xpparam_t;

xdiff/xpatience.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct hashmap {
6464

6565
/*
6666
* If 1, this entry can serve as an anchor. See
67-
* Documentation/diff-options.txt for more information.
67+
* Documentation/diff-options.adoc for more information.
6868
*/
6969
unsigned anchor : 1;
7070
} *entries, *first, *last;

0 commit comments

Comments
 (0)