main: fix typo in comment
This commit is contained in:
parent
3cef7f975c
commit
144fcdde34
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -184,7 +184,7 @@ ntp_source_resolving_end(void)
|
||||||
NSR_AutoStartSources();
|
NSR_AutoStartSources();
|
||||||
|
|
||||||
/* Special modes can end only when sources update their reachability.
|
/* Special modes can end only when sources update their reachability.
|
||||||
Give up immediatelly if there are no active sources. */
|
Give up immediately if there are no active sources. */
|
||||||
if (ref_mode != REF_ModeNormal && !SRC_ActiveSources()) {
|
if (ref_mode != REF_ModeNormal && !SRC_ActiveSources()) {
|
||||||
REF_SetUnsynchronised();
|
REF_SetUnsynchronised();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue