aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorPaul Eggert2016-02-14 19:44:38 -0800
committerPaul Eggert2016-02-14 19:45:12 -0800
commitcf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee (patch)
treeb61497a5cf1f0dbb56a2172f3a391aa6fea0f89b /ChangeLog.2
parentf8bf1b35bf55ae1bb7703f86d3b526887f064b19 (diff)
downloademacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.tar.gz
emacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.zip
; Spelling fixes
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.26
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index f6d67e24eaf..e441fd184dd 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1594,7 +1594,7 @@
1594 that as the same name can be used for different locations in different 1594 that as the same name can be used for different locations in different
1595 SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and 1595 SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and
1596 `local-variable-p' to check if cell name is already in use in this 1596 `local-variable-p' to check if cell name is already in use in this
1597 sheet or needs initialisation. 1597 sheet or needs initialization.
1598 (ses-relocate-all): Cell value relocation : 1) like for name 1598 (ses-relocate-all): Cell value relocation : 1) like for name
1599 relocation use the `ses-cell' property rather than comparing actual 1599 relocation use the `ses-cell' property rather than comparing actual
1600 name to corresponding standard name. 2) Correct bug introduced in 1600 name to corresponding standard name. 2) Correct bug introduced in
@@ -9622,7 +9622,7 @@
9622 (unexec): Don't search for bss style sections by name. Instead, 9622 (unexec): Don't search for bss style sections by name. Instead,
9623 use the last PT_LOAD header address range covered by p_memsz 9623 use the last PT_LOAD header address range covered by p_memsz
9624 but not p_filesz and match any SHT_NOBITS section in that 9624 but not p_filesz and match any SHT_NOBITS section in that
9625 address range. Simplify initialisation of section header vars. 9625 address range. Simplify initialization of section header vars.
9626 Don't assume that section headers are above bss segment. Move 9626 Don't assume that section headers are above bss segment. Move
9627 copying of bss area out of section loop. Align .data2 section 9627 copying of bss area out of section loop. Align .data2 section
9628 to 1, since it now covers the entire bss area. For SHT_NOBITS 9628 to 1, since it now covers the entire bss area. For SHT_NOBITS
@@ -9680,7 +9680,7 @@
9680 Separate out some of the more mechanical changes so following patches 9680 Separate out some of the more mechanical changes so following patches
9681 are smaller. 9681 are smaller.
9682 9682
9683 * src/unexelf.c (unexec): Rearrange initialisation of program 9683 * src/unexelf.c (unexec): Rearrange initialization of program
9684 header vars. Use pointer vars in loops rather than indexing 9684 header vars. Use pointer vars in loops rather than indexing
9685 section header array via macros. Simplify _OBJC_ sym code 9685 section header array via macros. Simplify _OBJC_ sym code
9686 and reloc handling code. 9686 and reloc handling code.