diff options
Diffstat (limited to 'user/cow.c')
| -rw-r--r-- | user/cow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ filetest() { int parent = getpid(); - printf(1, "file test: "); + printf(1, "file: "); buf[0] = 99; |
![]() |
index : xv6-labs-2022/.git | |
| Unnamed repository; edit this file 'description' to name the repository. | root |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | user/cow.c | 2 |
@@ -129,7 +129,7 @@ filetest() { int parent = getpid(); - printf(1, "file test: "); + printf(1, "file: "); buf[0] = 99; |