Skip to content

Commit d6d4117

Browse files
committed
Fix typo in comment
1 parent 8a8ecc9 commit d6d4117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ int main( int argc, const char * argv[] )
170170

171171
int led_mask = 5; // no arguments turn on scrlk and numlk
172172
if (argc > 1) {
173-
led_mask = 1; // any argument tun on only numlk (and the rest off)
173+
led_mask = 1; // any argument turn on only numlk (and the rest off)
174174
printf("Turning off all but numlk\n");
175175
} else {
176176
printf("Turning on numlk and scrlk\n");

0 commit comments

Comments
 (0)