From 7d406c9f9f0f1b88c8eaa29fd986d9f346648855 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Thu, 11 Mar 2021 10:02:28 +0100 Subject: [PATCH] xtensa_backtrace.S: Fix the file header. Signed-off-by: Abdelatif Guettouche --- arch/xtensa/src/common/xtensa_backtrace.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/src/common/xtensa_backtrace.S b/arch/xtensa/src/common/xtensa_backtrace.S index d8fa076dcd..8970ff83bd 100644 --- a/arch/xtensa/src/common/xtensa_backtrace.S +++ b/arch/xtensa/src/common/xtensa_backtrace.S @@ -1,5 +1,5 @@ /**************************************************************************** - * arch/xtensa/src/common/xtensa_dumpstate.c + * arch/xtensa/src/common/xtensa_backtrace.S * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with