Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Dec 25, 2018
1 parent 725ec6d commit e7c6f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/uname.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void do_uname(struct uname *uts) {
strcpy(uts->system, "Linux");
strcpy(uts->hostname, real_uname.nodename);
strcpy(uts->release, "3.2.0-ish");
strcpy(uts->version, "SUPER AWESOME compiled at " __DATE__ );
strcpy(uts->version, "SUPER AWESOME compiled on " __DATE__ );
strcpy(uts->arch, "i686");
strcpy(uts->domain, "(none)");
}
Expand Down

0 comments on commit e7c6f84

Please sign in to comment.