diff --git a/include/libopencm3/stm32/common/iwdg_common_v2.h b/include/libopencm3/stm32/common/iwdg_common_v2.h index 5c111624..012b4666 100644 --- a/include/libopencm3/stm32/common/iwdg_common_v2.h +++ b/include/libopencm3/stm32/common/iwdg_common_v2.h @@ -44,7 +44,7 @@ specific memorymap.h header before including this header file.*/ /* Register definitions */ /*****************************************************************************/ -/* Key Register (IWDG_WINR) */ +/* Window Register (IWDG_WINR) */ #define IWDG_WINR MMIO32(IWDG_BASE + 0x10) /*****************************************************************************/