Skip to content

Commit f6017c5

Browse files
jacmetfabiobaltieri
authored andcommitted
sys_clock: header: fix typo in NSEC_PER_USEC comment
Commit c910dc8("sys_clock: header: minor cleanup and doxygenization") introduced a typo in the documentation comment above NSEC_PER_USEC. Fix that. Signed-off-by: Peter Korsgaard <[email protected]>
1 parent 02bbdaf commit f6017c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/sys_clock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ typedef struct {
7979
*/
8080
#define K_TIMEOUT_EQ(a, b) ((a).ticks == (b).ticks)
8181

82-
/** number of nanoseconds per micorsecond */
82+
/** number of nanoseconds per microsecond */
8383
#define NSEC_PER_USEC 1000U
8484

8585
/** number of nanoseconds per millisecond */

0 commit comments

Comments
 (0)