[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210317094822.1630276-1-unixbhaskar@gmail.com>
Date: Wed, 17 Mar 2021 15:18:22 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: tytso@....edu, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] char: Fix a typo in the file random.c
s/progams/programs/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
drivers/char/random.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/random.c b/drivers/char/random.c
index 0fe9e200e4c8..afb0195e06f3 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -763,7 +763,7 @@ static DECLARE_WAIT_QUEUE_HEAD(crng_init_wait);
#ifdef CONFIG_NUMA
/*
- * Hack to deal with crazy userspace progams when they are all trying
+ * Hack to deal with crazy userspace programs when they are all trying
* to access /dev/urandom in parallel. The programs are almost
* certainly doing something terribly wrong, but we'll work around
* their brain damage.
--
2.30.2
Powered by blists - more mailing lists