fix minor comment typos

This commit is contained in:
Dan Halbert 2018-05-01 22:04:11 -04:00
parent 3a2b4af830
commit e565282da9
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ bool samd_peripherals_valid_spi_clock_pad(uint8_t clock_pad) {
return clock_pad == 1 || clock_pad == 3;
}
// Do initialization znd calibration setup needed for any use of the ADC.
// Do initialization and calibration setup needed for any use of the ADC.
// The reference and resolution should be set by the caller.
void samd_peripherals_adc_setup(struct adc_sync_descriptor *adc, Adc *instance) {
// Turn the clocks on.

View File

@ -132,7 +132,7 @@ bool samd_peripherals_valid_spi_clock_pad(uint8_t clock_pad) {
return clock_pad == 1;
}
// Do initialization znd calibration setup needed for any use of the ADC.
// Do initialization and calibration setup needed for any use of the ADC.
// The reference and resolution should be set by the caller.
void samd_peripherals_adc_setup(struct adc_sync_descriptor *adc, Adc *instance) {
// Turn the clocks on.