1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

CSCGLOBAL: Fix comment typo (#2100)

This commit is contained in:
Paul Dee
2023-02-28 02:46:55 +01:00
committed by GitHub
parent 169d7c8062
commit 35c0386a3d

View File

@ -38,7 +38,7 @@ func nativeToRecordCNAME(nr nativeRecordCNAME, origin string, defaultTTL uint32)
return rc
}
// nativeToRecordA takes an AAAA record from DNS and returns a native RecordConfig struct.
// nativeToRecordAAAA takes an AAAA record from DNS and returns a native RecordConfig struct.
func nativeToRecordAAAA(nr nativeRecordAAAA, origin string, defaultTTL uint32) *models.RecordConfig {
ttl := nr.TTL
if ttl == 0 {