atmel-samd: Fix typo in ASF.

This commit is contained in:
Scott Shawcroft 2016-10-28 20:12:24 -07:00
parent fc78f6950f
commit 9008b93962

View File

@ -90,7 +90,7 @@ void delay_cycles_ms(
uint32_t n)
{
while (n--) {
/* Devide up to blocks of 1ms */
/* Divide up to blocks of 1ms */
delay_cycles(cycles_per_ms);
}
}