diff --git a/boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld b/boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld index 95c7d2e0ccc..880537ce0bd 100644 --- a/boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld +++ b/boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld @@ -1,5 +1,5 @@ /**************************************************************************** - * binfmt/libelf/gnu-elf.ld + * boards/xtensa/esp32/esp32-core/scripts/gnu-elf.ld * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/libs/libc/machine/xtensa/Make.defs b/libs/libc/machine/xtensa/Make.defs index fc8c8847106..a3b2444b409 100644 --- a/libs/libc/machine/xtensa/Make.defs +++ b/libs/libc/machine/xtensa/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# libs/libc/machine/arm/armv6-m/Make.defs +# libs/libc/machine/xtensa/Make.defs # # Copyright (C) 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/libs/libc/machine/xtensa/arch_elf.c b/libs/libc/machine/xtensa/arch_elf.c index 464e9a89414..ea385a31e9f 100644 --- a/libs/libc/machine/xtensa/arch_elf.c +++ b/libs/libc/machine/xtensa/arch_elf.c @@ -1,5 +1,5 @@ /**************************************************************************** - * libs/libc/machine/arm/armv6-m/arch_elf.c + * libs/libc/machine/xtensa/arch_elf.c * * Copyright (C) 2013-2014, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt