Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct a few a/an.
[simgrid.git] / examples / s4u / io-file-system / s4u-io-file-system.cpp
index 229479f..fe68255 100644 (file)
@@ -30,7 +30,7 @@ public:
 
     show_info(disks);
 
-    // Open an non-existing file to create it
+    // Open a non-existing file to create it
     std::string filename     = "/scratch/tmp/data.txt";
     auto* file               = new simgrid::s4u::File(filename, nullptr);