lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 5 Feb 2018 02:47:25 +0900
From:   오동현 <zanywhale@...il.com>
To:     trivial@...nel.org, linux-doc@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH] Fix a typo in Documentation/device-mapper/dm-integrity.txt

A trivial patch to fix a typo in Documentation/device-mapper/dm-integrity.txt
Fix 'nubmers' to 'numbers'

Signed-off-by: Donghyeon Oh <zanywhale@...il.com>
Cc: Jiri Kosina <trivial@...nel.org>
Cc: linux-doc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org

diff --git a/Documentation/device-mapper/dm-integrity.txt
b/Documentation/device-mapper/dm-integrity.txt
index f33e3ade7a09..1179ab6b93cf 100644
--- a/Documentation/device-mapper/dm-integrity.txt
+++ b/Documentation/device-mapper/dm-integrity.txt
@@ -120,7 +120,7 @@ journal_crypt:algorithm(:key)       (the key is optional)
        "salsa20", "ctr(aes)" or "ecb(arc4)").
        The journal contains history of last writes to the block device,
-       an attacker reading the journal could see the last sector nubmers
+       an attacker reading the journal could see the last sector numbers
        that were written. From the sector numbers, the attacker can infer
        the size of files that were written. To protect against this
        situation, you can encrypt the journal.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ