1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 04:49:43 +01:00

fsmonitor-settings: fix a typo

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrew Kreimer 2024-09-19 18:34:23 +00:00 committed by Junio C Hamano
parent 4b8c76638f
commit be645cd268

View file

@ -7,7 +7,7 @@
#include "fsmonitor-path-utils.h" #include "fsmonitor-path-utils.h"
/* /*
* We keep this structure defintion private and have getters * We keep this structure definition private and have getters
* for all fields so that we can lazy load it as needed. * for all fields so that we can lazy load it as needed.
*/ */
struct fsmonitor_settings { struct fsmonitor_settings {