1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4:dns_server: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-06 16:34:33 +12:00 committed by Andrew Bartlett
parent 20ab21e698
commit 8a93a4fa6c

View File

@ -1540,7 +1540,7 @@ bool samba_dns_name_equal(const char *name1, const char *name2)
* This becomes (NTTIME)-1ULL a.k.a. UINT64_MAX, 0xffffffffffffffff thence
* 512409557 in hours since 1601. That in turn is 0xfffffffaf2028800 or
* 18446744052000000000 in NTTIME (rounded to the hour), which might be
* presented as -21709551616 or -0x50dfd7800, because NTITME is not completely
* presented as -21709551616 or -0x50dfd7800, because NTTIME is not completely
* dedicated to being unsigned. If it gets shown as a year, it will be around
* 60055.
*