diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-12-08 19:44:23 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-12-08 19:44:23 (GMT) |
commit | b026b7b06310cec0750f689cdbceb8132b1ac194 (patch) | |
tree | 17a3ba51b381803743c992d5494ffa6bca2b4218 | |
parent | 28ee815050e97f563eeab009fdb1df6f859af784 (diff) | |
download | hdf5-b026b7b06310cec0750f689cdbceb8132b1ac194.zip hdf5-b026b7b06310cec0750f689cdbceb8132b1ac194.tar.gz hdf5-b026b7b06310cec0750f689cdbceb8132b1ac194.tar.bz2 |
[svn-r3102]
Purpose:
Minor copy edit.
Platforms tested:
IE 5
-rw-r--r-- | doc/html/Files.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/Files.html b/doc/html/Files.html index bd9df25..28a1fb0 100644 --- a/doc/html/Files.html +++ b/doc/html/Files.html @@ -366,7 +366,7 @@ <h3>6.3. Buffered Temporary Files</h3> <p>The <em>core</em> driver uses <code>malloc()</code> and - <code>free()</code> to allocated space for a file in the heap. Reading + <code>free()</code> to allocate space for a file in the heap. Reading and writing to a file of this type results in mem-to-mem copies instead of disk I/O and as a result is somewhat faster. However, the total file size must not exceed the amount of available virtual memory, and only |