From e82f6dce79a8d264992109edb20a49b44d45885c Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Thu, 4 Dec 2014 10:03:15 +0100 Subject: [PATCH] doc: periph/dac: fix typo --- drivers/include/periph/dac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/periph/dac.h b/drivers/include/periph/dac.h index efed0fe02d..b0d0111ba9 100644 --- a/drivers/include/periph/dac.h +++ b/drivers/include/periph/dac.h @@ -53,7 +53,7 @@ typedef enum { } dac_t; /** - * @breif Possilbe DAC precision settings + * @brief Possilbe DAC precision settings */ typedef enum { DAC_RES_6BIT = 0, /**< DAC precision: 6 bit */