Typo.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 10 Oct 2009 11:19:48 +0000 (11:19 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 10 Oct 2009 11:19:48 +0000 (11:19 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3064 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/hw/hw_afsk.h

index 0cd4ce36afe3b049eb7155596321680607a47845..e31c5bfd67077721f9f4737e25ef1597b0da8c0e 100644 (file)
@@ -63,7 +63,7 @@
 
        /**
         * Initialize the specified channel of the DAC for AFSK needs.
-        * The DAC have to be configured in order to call an ISR for every sample sent.
+        * The DAC has to be configured in order to call an ISR for every sample sent.
         * The DAC doesn't have to start the IRQ immediatly but have to wait
         * the AFSK driver to call AFSK_DAC_IRQ_START().
         * The ISR must then call afsk_dac_isr() passing the AFSK context.