Skip to content

Commit dccde6d

Browse files
Merge pull request #196 from santettebtw/195-chore-fix-typo-sh
Fix typo in sh.c main function comment (#195)
2 parents 5bf6866 + 87d2570 commit dccde6d

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)