ccollins476ad closed pull request #1005: fix spelling
URL: https://github.com/apache/mynewt-core/pull/1005
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/hw/mcu/stm/stm32f1xx/src/hal_gpio.c 
b/hw/mcu/stm/stm32f1xx/src/hal_gpio.c
index 85c9e20aa..6e6b4fea4 100644
--- a/hw/mcu/stm/stm32f1xx/src/hal_gpio.c
+++ b/hw/mcu/stm/stm32f1xx/src/hal_gpio.c
@@ -44,7 +44,7 @@
  * "Re-purposing" means changing a gpio from input to output, or calling
  * gpio_init_in and expecting previously enabled interrupts to be stopped.
  *
- * 5) Possbily add access to HAL_GPIO_DeInit.
+ * 5) Possibly add access to HAL_GPIO_DeInit.
  */
 
 /*
diff --git a/hw/mcu/stm/stm32f3xx/src/hal_gpio.c 
b/hw/mcu/stm/stm32f3xx/src/hal_gpio.c
index 1d43a7a8c..09d025e99 100644
--- a/hw/mcu/stm/stm32f3xx/src/hal_gpio.c
+++ b/hw/mcu/stm/stm32f3xx/src/hal_gpio.c
@@ -51,7 +51,7 @@
  * "Re-purposing" means changing a gpio from input to output, or calling
  * gpio_init_in and expecting previously enabled interrupts to be stopped.
  *
- * 5) Possbily add access to HAL_GPIO_DeInit.
+ * 5) Possibly add access to HAL_GPIO_DeInit.
  */
 
 /*
diff --git a/hw/mcu/stm/stm32f4xx/src/hal_gpio.c 
b/hw/mcu/stm/stm32f4xx/src/hal_gpio.c
index 4926683ef..6b19b031a 100644
--- a/hw/mcu/stm/stm32f4xx/src/hal_gpio.c
+++ b/hw/mcu/stm/stm32f4xx/src/hal_gpio.c
@@ -43,7 +43,7 @@
  * "Re-purposing" means changing a gpio from input to output, or calling
  * gpio_init_in and expecting previously enabled interrupts to be stopped.
  *
- * 5) Possbily add access to HAL_GPIO_DeInit.
+ * 5) Possibly add access to HAL_GPIO_DeInit.
  */
 
 /*
diff --git a/hw/mcu/stm/stm32f7xx/src/hal_gpio.c 
b/hw/mcu/stm/stm32f7xx/src/hal_gpio.c
index 5d58137b1..22f6d8559 100644
--- a/hw/mcu/stm/stm32f7xx/src/hal_gpio.c
+++ b/hw/mcu/stm/stm32f7xx/src/hal_gpio.c
@@ -43,7 +43,7 @@
  * "Re-purposing" means changing a gpio from input to output, or calling
  * gpio_init_in and expecting previously enabled interrupts to be stopped.
  *
- * 5) Possbily add access to HAL_GPIO_DeInit.
+ * 5) Possibly add access to HAL_GPIO_DeInit.
  */
 
 /*
diff --git a/hw/mcu/stm/stm32l1xx/src/hal_gpio.c 
b/hw/mcu/stm/stm32l1xx/src/hal_gpio.c
index 6b667c166..ccc3a9619 100644
--- a/hw/mcu/stm/stm32l1xx/src/hal_gpio.c
+++ b/hw/mcu/stm/stm32l1xx/src/hal_gpio.c
@@ -43,7 +43,7 @@
  * "Re-purposing" means changing a gpio from input to output, or calling
  * gpio_init_in and expecting previously enabled interrupts to be stopped.
  *
- * 5) Possbily add access to HAL_GPIO_DeInit.
+ * 5) Possibly add access to HAL_GPIO_DeInit.
  */
 
 /*


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to