From c365e0a88fbe306a4400f7e56c54667f3abdaf54 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Fri, 6 Mar 2020 17:23:53 +0900 Subject: [PATCH] libs: risc-v: Fix typo in comment --- libs/libc/machine/risc-v/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/machine/risc-v/Make.defs b/libs/libc/machine/risc-v/Make.defs index b312789a69..d50be9f496 100644 --- a/libs/libc/machine/risc-v/Make.defs +++ b/libs/libc/machine/risc-v/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# libs/libc/machine/arm/Make.defs +# libs/libc/machine/risc-v/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with