summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-12-08 19:44:23 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-12-08 19:44:23 (GMT)
commitb026b7b06310cec0750f689cdbceb8132b1ac194 (patch)
tree17a3ba51b381803743c992d5494ffa6bca2b4218 /doc
parent28ee815050e97f563eeab009fdb1df6f859af784 (diff)
downloadhdf5-b026b7b06310cec0750f689cdbceb8132b1ac194.zip
hdf5-b026b7b06310cec0750f689cdbceb8132b1ac194.tar.gz
hdf5-b026b7b06310cec0750f689cdbceb8132b1ac194.tar.bz2
[svn-r3102]
Purpose: Minor copy edit. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Files.html2
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