mirror of
https://github.com/git/git.git
synced 2024-11-23 01:46:13 +08: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:
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
Block a user