Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Dec 3, 2024
1 parent 2165304 commit 2692176
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
6 changes: 2 additions & 4 deletions doxygen/dox/AppDbgging.dox
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ performance, datatype conversion, data space conversion, and data filters. The c
included on a per-package basis and enabled at runtime by an environment variable.

\subsection subsec_adddbg_intro_trace API Tracing
All API calls made by an application can be displayed and include formal argument names
and actual values and the function return value. This code is also conditionally included
at compile time and enabled at runtime.
Tracing API calls has been removed from the library.

The statistics and tracing can be displayed on any output stream (including streams opened by
The statistics can be displayed on any output stream (including streams opened by
the shell) with output from different packages even going to different streams.

\section sec_adddbg_msg Error Messages
Expand Down
2 changes: 1 addition & 1 deletion doxygen/dox/TableSpec.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/** \page TBLSPEC HDF5 Table Specification Version 1.0
The HDF5 specification defines the standard objects and storage for the standard HDF5
objects. (For information about the HDF5 library, model and specification, see the HDF
documentation.) This document is an additional specification do define a standard profile
documentation.) This document is an additional specification to define a standard profile
for how to store tables in HDF5. Table data in HDF5 is stored as HDF5 datasets with standard
attributes to define the properties of the tables.

Expand Down
3 changes: 2 additions & 1 deletion doxygen/dox/Unicode.dox
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ predictable ways. There is an apparent consensus in the Linux community that "UT

<b>Mac OS</b> systems generally handle UTF-8 encodings correctly.

<b>Windows</b> systems use a different Unicode encoding, UCS-2 (discussed in this UTF-16 article) at
<b>Windows</b> systems use a different Unicode encoding, <a href="https://en.wikipedia.org/wiki/UTF-16">UCS-2</a>
(discussed in this UTF-16 article) at
the system level. Within an HDF5 file and application on a Windows system, UTF-8 encoding should
work correctly and as expected. Problems may arise, however, when that UTF-8 encoding is exposed
directly to the Windows system. For example:
Expand Down
4 changes: 2 additions & 2 deletions doxygen/dox/VFLTechNote.dox
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ own free list is used. The special value H5MF_NOLIST indicates that the library
attempt to maintain a free list for that particular object type, instead calling the file driver
each time an object of that type is freed.

Mappings predefined in the 'H5FDpublic.h' file are:
Mappings predefined in the 'H5FDdevelop.h' file are:
<table>
<tr>
<td>#H5FD_FLMAP_SINGLE</td><td>All memory usage types are mapped to a single free list.
Expand Down Expand Up @@ -661,7 +661,7 @@ A driver must specify two functions to transfer data from the library to the fil
<table>
<tr>
<td><code>static herr_t read (H5FD_t *file, H5FD_mem_t type, hid_t dxpl, haddr_t addr, hsize_t size, void *buf)</code></td>
<td>The read function reads data from file file beginning at address addr and continuing
<td>The read function reads data from file beginning at address addr and continuing
for size bytes into the buffer buf supplied by the caller.</td>
</tr>
<tr>
Expand Down

0 comments on commit 2692176

Please sign in to comment.