Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct a few a/an.
[simgrid.git] / examples / c / io-file-system / io-file-system.c
index 6c5043a..c266708 100644 (file)
@@ -37,7 +37,7 @@ static void host(int argc, char* argv[])
 
   show_info(disk_count, disks);
 
-  // Open an non-existing file to create it
+  // Open a non-existing file to create it
   const char* filename = "/scratch/tmp/data.txt";
   sg_file_t file       = sg_file_open(filename, NULL);