Documentation/accounting: Fix typo in taskstats-struct.rst
authorSaru2003 <sarvesh20123@gmail.com>
Sun, 8 Dec 2024 08:33:20 +0000 (14:03 +0530)
committerJonathan Corbet <corbet@lwn.net>
Fri, 13 Dec 2024 15:44:29 +0000 (08:44 -0700)
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
Documentation/accounting/taskstats-struct.rst

index ca90fd489c9a3c5e4efbc5fa2facee9254985a21..acca51c34157b1474342423a4a9fa5ef2b797104 100644 (file)
@@ -47,7 +47,7 @@ should not change the relative position of each field within the struct.
 1) Common and basic accounting fields::
 
        /* The version number of this struct. This field is always set to
-        * TAKSTATS_VERSION, which is defined in <linux/taskstats.h>.
+        * TASKSTATS_VERSION, which is defined in <linux/taskstats.h>.
         * Each time the struct is changed, the value should be incremented.
         */
        __u16   version;