diff options
Diffstat (limited to 'src/gnudiff_diff.h')
-rw-r--r-- | src/gnudiff_diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnudiff_diff.h b/src/gnudiff_diff.h index 482435c..a3dd8ba 100644 --- a/src/gnudiff_diff.h +++ b/src/gnudiff_diff.h @@ -225,7 +225,7 @@ struct file_data { lin nondiscarded_lines; /* Vector, indexed by real origin-0 line number, - containing TRUE for a line that is an insertion or a deletion. + containing true for a line that is an insertion or a deletion. The results of comparison are stored here. */ bool *changed; |