arch: riscv32: Fix trivial comment

The Kconfig sybmol referenced in the comment is called
CONFIG_RISCV_SOC_CONTEXT_SAVE not CONFIG_RISCV_SOC_CONTEXT.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-31 04:40:07 -06:00 committed by Anas Nashif
commit 4f7f0f73f3

View file

@ -55,7 +55,7 @@ GTEXT(__irq_wrapper)
* - __soc_handle_irq: handle SoC-specific details for a pending IRQ * - __soc_handle_irq: handle SoC-specific details for a pending IRQ
* (e.g. clear a pending bit in a SoC-specific register) * (e.g. clear a pending bit in a SoC-specific register)
* *
* If CONFIG_RISCV_SOC_CONTEXT=y, calls to SoC-level context save/restore * If CONFIG_RISCV_SOC_CONTEXT_SAVE=y, calls to SoC-level context save/restore
* routines are also made here. For details, see the Kconfig help text. * routines are also made here. For details, see the Kconfig help text.
*/ */