Fix some typos

This commit is contained in:
Juha Niskanen
2019-09-17 10:46:23 -06:00
committed by Gregory Nutt
parent 8d87e624bf
commit ebc6f51641
153 changed files with 242 additions and 266 deletions

View File

@@ -271,7 +271,7 @@ struct rtc_setrelative_s
time_t reltime; /* Relative time in seconds */
};
/* Callback type used by the RTC harware to notify the RTC driver when the
/* Callback type used by the RTC hardware to notify the RTC driver when the
* alarm expires.
*/
@@ -319,7 +319,7 @@ struct rtc_setperiodic_s
struct timespec period; /* Period between wakeups */
};
/* Callback type used by the RTC harware to notify the RTC driver when the
/* Callback type used by the RTC hardware to notify the RTC driver when the
* wakeup period expires.
*/