linux(4): Fix a typo in a source code comment

- s/alredy/already/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-07-16 13:39:17 +02:00
parent 63303133a7
commit d3d3b76c1b

View File

@ -705,7 +705,7 @@ void
siginfo_to_lsiginfo(const siginfo_t *si, l_siginfo_t *lsi, l_int sig)
{
/* sig alredy converted */
/* sig already converted */
lsi->lsi_signo = sig;
sicode_to_lsicode(sig, si->si_code, &lsi->lsi_code);