summaryrefslogtreecommitdiffstats
path: root/Modules/resource.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/resource.c')
-rw-r--r--Modules/resource.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/resource.c b/Modules/resource.c
index 373e8d2..c0f52cf 100644
--- a/Modules/resource.c
+++ b/Modules/resource.c
@@ -70,8 +70,8 @@ resource_getrusage(PyObject *self, PyObject *args)
ru.ru_msgsnd, /* messages sent */
ru.ru_msgrcv, /* messages received */
ru.ru_nsignals, /* signals received */
- ru.ru_nvcsw, /* voluntary context switchs */
- ru.ru_nivcsw /* involuntary context switchs */
+ ru.ru_nvcsw, /* voluntary context switches */
+ ru.ru_nivcsw /* involuntary context switches */
);
}