Skip to content

Commit 87d2570

Browse files
committed
chore(sh): fix typo in main function comment
1 parent 5bf6866 commit 87d2570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/src/sh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void sigint_sh_handler(int sig)
329329
printf("%s", prompt);
330330
fflush(stdout);
331331
}
332-
/*d
332+
/*
333333
* Main entry point of the shell application.
334334
*/
335335
int main(int argc, char *argv[])

0 commit comments

Comments
 (0)