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:   Tue, 28 Aug 2018 00:58:54 -0400
From:   Nikolas Nyby <nikolas@....org>
To:     trivial@...nel.org, logang@...tatee.com, sbates@...thlin.com,
        mathieu.desnoyers@...icios.com, linux-kernel@...r.kernel.org
Cc:     Nikolas Nyby <nikolas@....org>
Subject: [PATCH] lib/genalloc.c: Fix trivial typo

This fixes a typo in the gen_pool_best_fit docs.

Signed-off-by: Nikolas Nyby <nikolas@....org>
---
 lib/genalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/genalloc.c b/lib/genalloc.c
index ca06adc4f445..d8f534db5562 100644
--- a/lib/genalloc.c
+++ b/lib/genalloc.c
@@ -611,7 +611,7 @@ EXPORT_SYMBOL(gen_pool_first_fit_order_align);
 
 /**
  * gen_pool_best_fit - find the best fitting region of memory
- * macthing the size requirement (no alignment constraint)
+ * matching the size requirement (no alignment constraint)
  * @map: The address to base the search on
  * @size: The bitmap size in bits
  * @start: The bitnumber to start searching at
-- 
2.18.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ