From 61dbdd80b9b14fe79f6dc2300b8aacdcef3fd793 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 27 Nov 2013 16:28:09 +0100 Subject: [PATCH] Fix REF_GetOurStratum description --- reference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.h b/reference.h index e4d6839..9fe595f 100644 --- a/reference.h +++ b/reference.h @@ -129,7 +129,7 @@ extern void REF_SetManualReference extern void REF_SetUnsynchronised(void); -/* Return the current stratum of this host or zero if the host is not +/* Return the current stratum of this host or 16 if the host is not synchronised */ extern int REF_GetOurStratum(void);