Skip to content

Commit 0124e13

Browse files
committed
fixup: reword uname header
1 parent 415dc3e commit 0124e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugreport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static void get_system_info(struct strbuf *sys_info)
3434
strbuf_complete_line(sys_info);
3535

3636
/* system call for other version info */
37-
strbuf_addstr(sys_info, "uname -a: ");
37+
strbuf_addstr(sys_info, "uname: ");
3838
if (uname(&uname_info))
3939
strbuf_addf(sys_info, "uname() failed with code %d\n", errno);
4040
else

0 commit comments

Comments
 (0)