gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin description
authorKonstantin Runov <runebone1@gmail.com>
Mon, 30 Oct 2023 09:45:08 +0000 (12:45 +0300)
committerKees Cook <keescook@chromium.org>
Tue, 14 Nov 2023 17:32:47 +0000 (09:32 -0800)
commit782ce431613cf08c3a00dca42ad925c3b1108d09
tree76cc8a39ad9775b5f1056a50a16ca21f52b8ccee
parent1ee60356c2dca938362528404af95b8ef3e49b6a
gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin description

Fix the typo in the plugin description comment. Clearly, "argc" should
be used.

Signed-off-by: Konstantin Runov <runebone1@gmail.com>
Link: https://lore.kernel.org/r/20231030094508.245432-1-runebone1@gmail.com
Signed-off-by: Kees Cook <keescook@chromium.org>
scripts/gcc-plugins/latent_entropy_plugin.c