diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-07 20:45:09 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-07 20:45:09 (GMT) |
commit | 95a801714bdfbc93efc7e3f70cd0b6ea872bb6db (patch) | |
tree | 365d3607b3cfa20e670225c583a2e32753534a1c /tools | |
parent | 8ba92cda45315abfbc19cac0f80adcbde435984d (diff) | |
download | hdf5-95a801714bdfbc93efc7e3f70cd0b6ea872bb6db.zip hdf5-95a801714bdfbc93efc7e3f70cd0b6ea872bb6db.tar.gz hdf5-95a801714bdfbc93efc7e3f70cd0b6ea872bb6db.tar.bz2 |
[svn-r14381] comment typo fix
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index 4a6a8cd..4f4074f 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -810,7 +810,7 @@ hsize_t diff(hid_t file1_id, /*------------------------------------------------------------------------- * non verbose, check first if we have differences by enabling quiet mode * so that printing is off, and compare again if differences found, - * disabling quite mode + * disabling quiet mode *------------------------------------------------------------------------- */ else { |