]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/accounting/taskstats.txt
Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus
[karo-tx-linux.git] / Documentation / accounting / taskstats.txt
index b55e041c825a6901c709b66a33f96c9acbff4a7f..ff06b738bb88065b28f6006c7a6381d5af7d57dd 100644 (file)
@@ -122,12 +122,12 @@ of atomicity).
 
 However, maintaining per-process, in addition to per-task stats, within the
 kernel has space and time overheads. To address this, the taskstats code
-accumalates each exiting task's statistics into a process-wide data structure.
-When the last task of a process exits, the process level data accumalated also
+accumulates each exiting task's statistics into a process-wide data structure.
+When the last task of a process exits, the process level data accumulated also
 gets sent to userspace (along with the per-task data).
 
 When a user queries to get per-tgid data, the sum of all other live threads in
-the group is added up and added to the accumalated total for previously exited
+the group is added up and added to the accumulated total for previously exited
 threads of the same thread group.
 
 Extending taskstats