diff --git a/mojitos.c b/mojitos.c index 8936dc3e38da70b1ad6de3533e92084e2f7efde5..d8a888c6267e424d5ceff477c31f0b8e1750889b 100644 --- a/mojitos.c +++ b/mojitos.c @@ -235,7 +235,7 @@ int main(int argc, char **argv) { fprintf(output, "%s%u ", rapl->names[r], (unsigned int)r/rapl->nbzones); if(load_mode==0) - fprintf(output, "user nice system idle iowait irq softirq steal guest and guest_nice "); + fprintf(output, "user nice system idle iowait irq softirq steal guest guest_nice "); if(stat_mode==0) fprintf(output, "overhead ");