From 8b32bc5bd662d96fd95102c3464942a2943b28bd Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Tue, 17 Apr 2018 08:06:03 -0700 Subject: Fix miscellaneous typos in documentation --- dhrystone/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhrystone') diff --git a/dhrystone/syscalls.c b/dhrystone/syscalls.c index 65f4926..82e633b 100644 --- a/dhrystone/syscalls.c +++ b/dhrystone/syscalls.c @@ -1,5 +1,5 @@ // An extremely minimalist syscalls.c for newlib -// Based on riscv newlib libgloss/riscv/machine/syscall.h +// Based on riscv newlib libgloss/riscv/sys_*.c // Written by Clifford Wolf. #include -- cgit