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>maint
parent
4b8c76638f
commit
be645cd268
|
@ -7,7 +7,7 @@
|
|||
#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.
|
||||
*/
|
||||
struct fsmonitor_settings {
|
||||
|
|
Loading…
Reference in New Issue