summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/barebox.lds.S')
-rw-r--r--arch/x86/lib/barebox.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/barebox.lds.S b/arch/x86/lib/barebox.lds.S
index 05d0f778e5..6cf6b10d1b 100644
--- a/arch/x86/lib/barebox.lds.S
+++ b/arch/x86/lib/barebox.lds.S
@@ -85,7 +85,7 @@ SECTIONS
boot_disk = .;
BYTE(0x00); /* boot disk number (provided by the BIOS)
- /* information about the persistant environment storage */
+ /* information about the persistent environment storage */
. = PATCH_AREA + PATCH_AREA_PERS_START;
pers_env_storage = .;
LONG(0x00000000); /* LBA start lower */