mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
Fix some typos
This commit is contained in:
committed by
Gregory Nutt
parent
8d87e624bf
commit
ebc6f51641
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user