This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new c365e0a libs: risc-v: Fix typo in comment
c365e0a is described below
commit c365e0a88fbe306a4400f7e56c54667f3abdaf54
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Fri Mar 6 17:23:53 2020 +0900
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 b312789..d50be9f 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