summaryrefslogtreecommitdiffstats
path: root/Documentation/releases/v2.21-ReleaseNotes
diff options
context:
space:
mode:
authorBernhard Voelker2012-04-24 09:57:30 +0200
committerKarel Zak2012-04-27 12:44:26 +0200
commit80d7a31374fa0bd4826ba3b9691a05dba1ec27c9 (patch)
tree8a48f9c9ada83f73f1aba954e1739db30a982db8 /Documentation/releases/v2.21-ReleaseNotes
parentfindmnt: fix compiler warnings [-Wuninitialized] (diff)
downloadkernel-qcow2-util-linux-80d7a31374fa0bd4826ba3b9691a05dba1ec27c9.tar.gz
kernel-qcow2-util-linux-80d7a31374fa0bd4826ba3b9691a05dba1ec27c9.tar.xz
kernel-qcow2-util-linux-80d7a31374fa0bd4826ba3b9691a05dba1ec27c9.zip
docs: fix further typos found by misspellings
Additionally to the fixes in commit v2.21-325-g455fe9a, fix typos in release notes and NEWS. Signed-off-by: Bernhard Voelker <mail@...> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/releases/v2.21-ReleaseNotes')
-rw-r--r--Documentation/releases/v2.21-ReleaseNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/releases/v2.21-ReleaseNotes b/Documentation/releases/v2.21-ReleaseNotes
index 9f1ef2cff..ea0b559dc 100644
--- a/Documentation/releases/v2.21-ReleaseNotes
+++ b/Documentation/releases/v2.21-ReleaseNotes
@@ -750,7 +750,7 @@ mkfs.cramfs:
- close open file after usage [cppcheck] [Sami Kerola]
mkfs.minix:
- Fix super_set_nzones() [Maurizio Lombardi]
- - In Minix V3 filesystems the maximum filename lenght is 60 chars and the dirsize is 64 bytes. [Maurizio Lombardi]
+ - In Minix V3 filesystems the maximum filename length is 60 chars and the dirsize is 64 bytes. [Maurizio Lombardi]
- Some bug fixes [Maurizio Lombardi]
- The s_blocksize field of the MinixV3 superblock must be initialized with a valid block size, not the total number of blocks of the device! [Maurizio Lombardi]
- The total number of zones is limited to 65536 only on V1 filesystems [Maurizio Lombardi]