Fix comment typo

pull/151/head
Jeremy Rand 2 years ago
parent 524d5ba93b
commit 0eb6f7c761
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -74,7 +74,7 @@ func SplitDomainByFloatingAnchor(qname, anchor string) (subname, basename, rootn
// scanning for rootname
if v == anchor {
if i == 0 {
// i is alreay zero, so we have something like bit.x.y.z.
// i is already zero, so we have something like bit.x.y.z.
rootname = qname
return
}

Loading…
Cancel
Save