Skip to content

Commit c1aade0

Browse files
Saru2003Jonathan Corbet
authored andcommitted
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 <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 09cbeb5 commit c1aade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/accounting/taskstats-struct.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ should not change the relative position of each field within the struct.
4747
1) Common and basic accounting fields::
4848

4949
/* 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>.
5151
* Each time the struct is changed, the value should be incremented.
5252
*/
5353
__u16 version;

0 commit comments

Comments
 (0)