diff mbox series

security: A typo fix

Message ID 20210321033845.13735-1-unixbhaskar@gmail.com (mailing list archive)
State New, archived
Headers show
Series security: A typo fix | expand

Commit Message

Bhaskar Chowdhury March 21, 2021, 3:38 a.m. UTC
s/programers/programmers/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 security/lsm_audit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.20.1

Comments

Randy Dunlap March 21, 2021, 5:47 a.m. UTC | #1
On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/programers/programmers/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> security/lsm_audit.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/lsm_audit.c b/security/lsm_audit.c
> index 82ce14933513..ddcf572105be 100644
> --- a/security/lsm_audit.c
> +++ b/security/lsm_audit.c
> @@ -212,7 +212,7 @@ static void dump_common_audit_data(struct audit_buffer *ab,
> 	char comm[sizeof(current->comm)];
>
> 	/*
> -	 * To keep stack sizes in check force programers to notice if they
> +	 * To keep stack sizes in check force programmers to notice if they
> 	 * start making this union too large!  See struct lsm_network_audit
> 	 * as an example of how to deal with large data.
> 	 */
> --
> 2.20.1
>
>
diff mbox series

Patch

diff --git a/security/lsm_audit.c b/security/lsm_audit.c
index 82ce14933513..ddcf572105be 100644
--- a/security/lsm_audit.c
+++ b/security/lsm_audit.c
@@ -212,7 +212,7 @@  static void dump_common_audit_data(struct audit_buffer *ab,
 	char comm[sizeof(current->comm)];

 	/*
-	 * To keep stack sizes in check force programers to notice if they
+	 * To keep stack sizes in check force programmers to notice if they
 	 * start making this union too large!  See struct lsm_network_audit
 	 * as an example of how to deal with large data.
 	 */