powerpc/kdump64: Don't reference freed memory as pacas
[firefly-linux-kernel-4.4.55.git] / arch / mips / kernel / vpe.c
index ab52b7cf3b6bcc007cfda63bce5c028be665bbfa..dbb6b408f00151972605313c4bfbeaa42bf19bb6 100644 (file)
@@ -19,7 +19,7 @@
  * VPE support module
  *
  * Provides support for loading a MIPS SP program on VPE1.
- * The SP enviroment is rather simple, no tlb's.  It needs to be relocatable
+ * The SP environment is rather simple, no tlb's.  It needs to be relocatable
  * (or partially linked). You should initialise your stack in the startup
  * code. This loader looks for the symbol __start and sets up
  * execution to resume from there. The MIPS SDE kit contains suitable examples.