Skip to content

Commit

Permalink
GNSS: Fix typo on comment
Browse files Browse the repository at this point in the history
Fix typo on comment.
  • Loading branch information
SPRESENSE committed Jun 26, 2023
1 parent 5927366 commit e7569e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ int SpGnss::stop(void)
}

/**
* @brief Check position infomation is updated and return immediately
* @brief Check position information is updated and return immediately
* @return 1 enable, 0 disable
*
* Returns 1 if position information is updated.
Expand Down Expand Up @@ -860,7 +860,7 @@ int SpGnss::deselect(SpSatelliteType sattype)

/**
* @brief Set debug mode
* Print debug messages about GNSS controling and positioning if not set 0 to argument.
* Print debug messages about GNSS controlling and positioning if not set 0 to argument.
* @param [in] level debug print mode
* @return none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class SpGnssTime {

/**
* @class SpSatellite
* @brief Satellite infomation using positioning
* @brief Satellite information using positioning
*
* @details This is debug information when there is a problem with positioning.
*/
Expand Down Expand Up @@ -287,7 +287,7 @@ class SpGnss
int stop(void);

/**
* @brief Check position infomation is updated and return immediately
* @brief Check position information is updated and return immediately
* @return 1 enable, 0 disable
*
* Returns 1 if position information is updated.
Expand Down Expand Up @@ -424,7 +424,7 @@ class SpGnss

/**
* @brief Set debug mode
* @details Print debug messages about GNSS controling and positioning if not set 0 to argument.
* @details Print debug messages about GNSS controlling and positioning if not set 0 to argument.
* @param [in] level debug mode
* @return none
*/
Expand Down

0 comments on commit e7569e5

Please sign in to comment.