summaryrefslogtreecommitdiffstats
path: root/Documentation/releases/v2.25-ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/releases/v2.25-ReleaseNotes')
-rw-r--r--Documentation/releases/v2.25-ReleaseNotes6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/releases/v2.25-ReleaseNotes b/Documentation/releases/v2.25-ReleaseNotes
index d9b9ce447..5db582f0b 100644
--- a/Documentation/releases/v2.25-ReleaseNotes
+++ b/Documentation/releases/v2.25-ReleaseNotes
@@ -618,7 +618,7 @@ libblkid:
- add extra checks to XFS prober [Karel Zak]
- cleanup internal return codes [Karel Zak]
- comparing an array to null is not useful [coverity scan] [Karel Zak]
- - convert GPT attributes to host endianess [Karel Zak]
+ - convert GPT attributes to host endianness [Karel Zak]
- correct the return values in squashfs probe [David Shea]
- detect alone PMBR [Karel Zak]
- detect squashfs 3 vs 4 [Ruediger Meier]
@@ -662,7 +662,7 @@ libfdisk:
- (gpt) add /home GUID [Karel Zak]
- (gpt) allow to work with hybrid GPT [Karel Zak]
- (gpt) fix last LBA code for S_ISREG [Karel Zak]
- - (gpt) implement 'fix order' commnad [Karel Zak]
+ - (gpt) implement 'fix order' command [Karel Zak]
- (gpt) improve and cleanup recovery code [Karel Zak]
- (gpt) initialize last_lba, cleanup pa->{start,size} usage [Karel Zak]
- (gpt) recover from corrupted primary/backup PT [Karel Zak]
@@ -1146,7 +1146,7 @@ tests:
- allow to add or override test suite options [Ruediger Meier]
- avoid executing dirname(1) command [Sami Kerola]
- cal do not let --week=<num> to adjust requested month [Sami Kerola]
- - cal take account week numbers when determing month lenght [Sami Kerola]
+ - cal take account week numbers when determing month length [Sami Kerola]
- cal(1) is year is limited to signed 32 bit value [Sami Kerola]
- call ts_init_env as early as possible [Ruediger Meier]
- check /proc availability, and go-around if it is incomplete [Sami Kerola]