diff options
Diffstat (limited to 'arch/arm/include/asm/global_data.h')
| -rw-r--r-- | arch/arm/include/asm/global_data.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h index 26b41b4c3..4fc51fdc7 100644 --- a/arch/arm/include/asm/global_data.h +++ b/arch/arm/include/asm/global_data.h @@ -24,7 +24,7 @@  #ifndef	__ASM_GBL_DATA_H  #define __ASM_GBL_DATA_H  /* - * The following data structure is placed in some memory wich is + * The following data structure is placed in some memory which is   * available very early after boot (like DPRAM on MPC8xx/MPC82xx, or   * some locked parts of the data cache) to allow for a minimum set of   * global variables during system initialization (until we have set |