diff --git a/src/ArduinoZeroTemplate.c b/src/ArduinoZeroTemplate.c
index fa17fc3fa8020c33c07dfd2a1156ddb7e4d3f309..3a629cb70a38f63622d934b6dc13fd211954cb62 100644
--- a/src/ArduinoZeroTemplate.c
+++ b/src/ArduinoZeroTemplate.c
@@ -182,7 +182,7 @@ void ArduinoZeroTemplateInit(void)
 		// But in the current version of ASF there is no support for DAC channels. See dac.h
 		// Note: There are just a few SAM devices that has more than one DAC, like the SAM4L-family.
 
-		// Output is probably enabled by dac-init or dac_enable but otherwise it must be done also.
+		// Output is probably enabled by dac_init or dac_enable but otherwise it must be done also.
 
 } // end init