This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit eb02528a39b03739bbe1e300ea3e5b676b1f6ff2 Author: Huang Qi <[email protected]> AuthorDate: Mon May 30 18:15:09 2022 +0800 arch/risc-v/qemu-rv: Fix a typo in Make.defs --- arch/risc-v/src/qemu-rv/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/risc-v/src/qemu-rv/Make.defs b/arch/risc-v/src/qemu-rv/Make.defs index 7482134b26..7fb8ae50e4 100644 --- a/arch/risc-v/src/qemu-rv/Make.defs +++ b/arch/risc-v/src/qemu-rv/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# arch/risc-v/src/qemu-rv32/Make.defs +# arch/risc-v/src/qemu-rv/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
