Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

s390/iucv: Correct spelling in iucv.h

Correct spelling in iucv.h
As reported by codespell.

Cc: Alexandra Winter <wintera@linux.ibm.com>
Cc: Thorsten Winkler <twinkler@linux.ibm.com>
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-2-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Simon Horman and committed by
Jakub Kicinski
c3494460 d24dac8e

+1 -1
+1 -1
include/net/iucv/iucv.h
··· 15 15 * To explore any of the IUCV functions, one must first register their 16 16 * program using iucv_register(). Once your program has successfully 17 17 * completed a register, it can exploit the other functions. 18 - * For furthur reference on all IUCV functionality, refer to the 18 + * For further reference on all IUCV functionality, refer to the 19 19 * CP Programming Services book, also available on the web thru 20 20 * www.vm.ibm.com/pubs, manual # SC24-6084 21 21 *