Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Apr 28, 2022
1 parent 2f5f09e commit 5442ed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adapter/vfd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Now we must tell the HDF5 library where to find the Hermes VFD. That is done
with the following environment variable:

```sh
HDF5_PLUGIN_PATH=<hermes_install_prefix/lib/hermes_vfd
HDF5_PLUGIN_PATH=<hermes_install_prefix>/lib/hermes_vfd
```

The Hermes VFD has two configuration options.
Expand All @@ -41,7 +41,7 @@ The Hermes VFD has two configuration options.
application terminates. Thus, no files are produced.
2. page size - The Hermes VFD works by mapping HDF5 files into its internal data
structures. This happens in pages. The `page size` configuration option
allows the user to specify the size, in bytes of these pages. If your app
allows the user to specify the size, in bytes, of these pages. If your app
does lots 2 MiB writes, then it's a good idea to set the page size to 2
MiB. A smaller page size, 1 KiB for example, would convert each 2 MiB write
into 2048 1 KiB writes. However, be aware that using pages that are too large
Expand All @@ -51,7 +51,7 @@ The Hermes VFD has two configuration options.


These two configuration options are passed as a space-delimited string through
an evnironment variable:
an environment variable:

```sh
# Example of configuring the Hermes VFD with `persistent_mode=true` and
Expand Down

0 comments on commit 5442ed7

Please sign in to comment.