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]
Message-ID: <58974e229908b22f5a2e6c52a21ae63149300049.camel@posk.io>
Date:   Wed, 27 May 2020 10:40:14 -0700
From:   Peter Oskolkov <posk@...k.io>
To:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Ingo Molnar <mingo@...hat.com>,
        Peter Zijlstra <peterz@...radead.org>
Subject: [PATCH] smp: fix a comment typo.

>From b93e86294d30f58440762106e517d9467f4f3b69 Mon Sep 17 00:00:00 2001
From: Peter Oskolkov <posk@...k.io>
Date: Wed, 27 May 2020 10:23:07 -0700
Subject: [PATCH] smp: fix a comment typo.

Fix a typo in a comment.

Signed-off-by: Peter Oskolkov <posk@...k.io>
---
 include/linux/smp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/smp.h b/include/linux/smp.h
index cbc9162689d0..bb25075a981d 100644
--- a/include/linux/smp.h
+++ b/include/linux/smp.h
@@ -182,7 +182,7 @@ static inline int get_boot_cpu_id(void)
 /**
  * raw_processor_id() - get the current (unstable) CPU id
  *
- * For then you know what you are doing and need an unstable
+ * For when you know what you are doing and need an unstable
  * CPU id.
  */
 
-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ