Skip to content

Commit

Permalink
chore: fix typo argueably in H5Cprivate.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 30, 2024
1 parent 3f18549 commit a98912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Cprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ typedef herr_t (*H5C_log_flush_func_t)(H5C_t *cache_ptr, haddr_t addr, bool was_
*
* Note that flush dependencies are used to order flushes within rings.
*
* Note also that at the conceptual level, rings are argueably superfluous,
* Note also that at the conceptual level, rings are arguably superfluous,
* as a similar effect could be obtained via the flush dependency mechanism.
* However, this would require all entries in the cache to participate in a
* flush dependency -- with the implied setup and takedown overhead and
Expand Down

0 comments on commit a98912f

Please sign in to comment.