]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dns_server: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 6 Sep 2023 04:34:33 +0000 (16:34 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Sep 2023 02:42:41 +0000 (02:42 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dns_server/dnsserver_common.c

index 2ce190e1cae985c6ed402c8b8b0952f0bb18d4b9..ad91f96340adc5427dccd3243e744f4a4ed3b3e0 100644 (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.
  *