summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-i386
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-06-26 16:25:05 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-30 08:16:00 +0200
commitac705a462f680629afca71dba6bc766463b0356a (patch)
treee8d1a247caa034b4c0c7a2524121b6fabd7655ef /arch/x86/mach-i386
parenteab148a80c5ba33aeec4edd9c97a7facaecbecf3 (diff)
downloadbarebox-ac705a462f680629afca71dba6bc766463b0356a.tar.gz
barebox-ac705a462f680629afca71dba6bc766463b0356a.tar.xz
Fix misspellings of "persistant" -> "persistent" in various places
Fix misspellings of "persistent", including the renaming of a function to "register_persistant_environment". Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86/mach-i386')
-rw-r--r--arch/x86/mach-i386/include/mach/barebox.lds.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/mach-i386/include/mach/barebox.lds.h b/arch/x86/mach-i386/include/mach/barebox.lds.h
index 12eeeacd63..f6f6346398 100644
--- a/arch/x86/mach-i386/include/mach/barebox.lds.h
+++ b/arch/x86/mach-i386/include/mach/barebox.lds.h
@@ -31,27 +31,27 @@
#define PATCH_AREA_BOOT_DEV 16
/**
- * Offset where to store information about the persistant environment storage
+ * Offset where to store information about the persistent environment storage
* It points to an LBA number (8 bytes) and defines the first sector of this
* storage on disk.
*/
#define PATCH_AREA_PERS_START 20
/**
- * Offset where to store information about the persistant environment storage
+ * Offset where to store information about the persistent environment storage
* It points to a short number (2 bytes) and defines the sector count of this
* storage on disk.
*/
#define PATCH_AREA_PERS_SIZE 28
/**
- * Offset where to store information about the persistant environment storage
+ * Offset where to store information about the persistent environment storage
* drive number (BIOS number, 1 byte)
*/
#define PATCH_AREA_PERS_DRIVE 30
/**
- * Mark the persistant environment as not used
+ * Mark the persistent environment as not used
*/
#define PATCH_AREA_PERS_SIZE_UNUSED 0x000