Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[no-ci] another copy/paste glitch
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Thu, 28 Oct 2021 07:49:56 +0000 (09:49 +0200)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Fri, 29 Oct 2021 15:01:50 +0000 (17:01 +0200)
examples/cpp/io-basic/s4u-io-basic.cpp

index 28640ed..77e1213 100644 (file)
@@ -30,7 +30,7 @@ static void privileged_writer()
   XBT_INFO("Done.");
 
   /* Note that the timings printed when running this example are a bit misleading, because the uneven sharing only last
-   * until the privileged actor ends. After this point, the unprivileged one gets 100% of the CPU and finishes quite
+   * until the privileged actor ends. After this point, the unprivileged one gets 100% of the disk and finishes quite
    * quickly. */
 }