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

Documentation/accounting: Fix typo in taskstats-struct.rst

Corrected a typo in the 'taskstats-struct.rst' documentation. The macro
name 'TAKSTATS_VERSION' was mistakenly mentioned instead of the correct
'TASKSTATS_VERSION'. The corrected line now references the proper macro
'TASKSTATS_VERSION', defined in '<linux/taskstats.h>'.

Signed-off-by: Sarveshwaar SS <sarvesh20123@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241208083320.16190-1-sarvesh20123@gmail.com

authored by

Saru2003 and committed by
Jonathan Corbet
c1aade0e 09cbeb5b

+1 -1
+1 -1
Documentation/accounting/taskstats-struct.rst
··· 47 47 1) Common and basic accounting fields:: 48 48 49 49 /* The version number of this struct. This field is always set to 50 - * TAKSTATS_VERSION, which is defined in <linux/taskstats.h>. 50 + * TASKSTATS_VERSION, which is defined in <linux/taskstats.h>. 51 51 * Each time the struct is changed, the value should be incremented. 52 52 */ 53 53 __u16 version;