148
148
 
 *      cache has been created.
149
149
 
 *
150
150
 
 * mpi_rank:    MPI rank of this process within mpi_comm.
151
151
 
 *
152
152
 
 * mpi_size:    Number of processes in mpi_comm.
153
153
 
 *
154
154
 
 * write_permitted:  Boolean flag used to control whether the cache
155
155
 
 *      is permitted to write to file.
156
156
 
 *
157
157
 
 * dirty_bytes_threshold: Integer field containing the dirty bytes
158
 
-
 *      generation threashold.  Whenever dirty byte creation
 
158
+
 *      generation threshold.  Whenever dirty byte creation
159
159
 
 *      exceeds this value, the metadata cache on process 0
160
160
 
 *      broadcasts a list of the entries it has flushed since
161
161
 
 *      the last broadcast (or since the beginning of execution)
162
162
 
 *      and which are currently clean (if they are still in the
163
163
 
 *      cache)
164
164
 
 *
165
165
 
 *      Similarly, metadata caches on processes other than process
166
166
 
 *      0 will attempt to receive a list of clean entries whenever
167
167
 
 *      the threshold is exceeded.
168
168
 
 *