trivial: fixed typos

Change-Id: Id374d5b738bac79cb5e0fd400f120b9c0daf4610
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-09-17 08:01:57 -04:00 committed by Anas Nashif
commit 7094273af7
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ Welcome to the Zephyr Project's :abbr:`API (Application Programing Interface)`
documentation. documentation.
This section contains the API documentation automatically extracted from the This section contains the API documentation automatically extracted from the
code. To ease navigation, we have split the APis in nanokernel APIs and code. To ease navigation, we have split the APIs in nanokernel APIs and
microkernel APIs. If you are looking for a specific API, enter it on the microkernel APIs. If you are looking for a specific API, enter it on the
search box. The search results display all sections containing information search box. The search results display all sections containing information
about that API. about that API.

View file

@ -292,7 +292,7 @@ static inline int gpio_add_callback(struct device *port,
* @param port Pointer to the device structure for the driver instance. * @param port Pointer to the device structure for the driver instance.
* @param callback A valid application's callback structure pointer. * @param callback A valid application's callback structure pointer.
* *
* Note: enables to remove as many callacks as added through * Note: enables to remove as many callbacks as added through
* gpio_add_callback(). * gpio_add_callback().
*/ */
static inline int gpio_remove_callback(struct device *port, static inline int gpio_remove_callback(struct device *port,

View file

@ -41,7 +41,7 @@ extern "C" {
/** /**
* @def SYS_INIT * @def SYS_INIT
* *
* @brief Run an initailization function at boot at specified priority * @brief Run an initialization function at boot at specified priority
* *
* @details This macro lets you run a function at system boot. * @details This macro lets you run a function at system boot.
* *
@ -58,7 +58,7 @@ extern "C" {
/** /**
* @def SYS_INIT_PM * @def SYS_INIT_PM
* *
* @brief Run an initailization function at boot at specified priority, * @brief Run an initialization function at boot at specified priority,
* and define functions to run at suspend/resume. * and define functions to run at suspend/resume.
* *
* @copydetails SYS_INIT * @copydetails SYS_INIT