]> git.ipfire.org Git - thirdparty/git.git/commit
notes.h: fix typos in comment
authorDenton Liu <liu.denton@gmail.com>
Wed, 18 Dec 2019 18:17:43 +0000 (10:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Dec 2019 20:35:35 +0000 (12:35 -0800)
commite0f9095aaa56f5c731faced2e61ca48df5caedfb
tree8b5d3f2fd77c9a10b4850d0dca7ef6a54868a9e0
parent1d7297513df66873e68af4b254804151b8ba5359
notes.h: fix typos in comment

In 1d7297513d (notes: break set_display_notes() into smaller functions,
2019-12-11), we introduced a comment which had a couple of typos. In the
first typo, we referenced 'enable_default_display_notes' instead of
'enable_ref_display_notes'. In the second typo, we wrote "is a points to"
instead of "is a pointer to". Correct both of these typos.

Reported-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.h