mirror of
https://github.com/diamante0018/MonitorRam.git
synced 2025-05-09 22:14:54 +00:00
Typo
This commit is contained in:
parent
1f94af91d3
commit
d57e410587
@ -16,7 +16,7 @@ char *strerror(int errnum);
|
|||||||
void printGenericStatusError()
|
void printGenericStatusError()
|
||||||
{
|
{
|
||||||
printf("Error while parsing file\n");
|
printf("Error while parsing file\n");
|
||||||
printf("Processes may not be correctly monitored\n");
|
printf("Processes may be monitored incorrectly\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void checkStatus(FILE *file, int *currRealMem, int *peakRealMem,
|
void checkStatus(FILE *file, int *currRealMem, int *peakRealMem,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user