Fix the spelling mistakes across the file and also fix word case.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
}
/*
- * the default was successfully set. override the return of "1" back to
+ * the default was successfully set. Override the return of "1" back to
* the usual "0" on success.
*/
ret = 0;
int i, j;
int c;
- /* no parametr on input */
+ /* no parameter on input */
if (argc < 2) {
usage(1, argv[0]);
exit(EXIT_BADARGS);
goto err;
}
- /* initialize libcg */
+ /* initialize libcgroup */
ret = cgroup_init();
if (ret) {
err("%s: libcgroup initialization failed: %s\n", argv[0], cgroup_strerror(ret));