diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-06-19 20:18:05 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-06-19 20:18:05 (GMT) |
commit | 6e0eea31fe10f033603b26eef899df9290386352 (patch) | |
tree | 304eff8917d53b3c535455f074b0a4692d9eb425 /src/H5Tconv.c | |
parent | 6017d0c70fda2a36cf963193e979f0548cb0c954 (diff) | |
download | hdf5-6e0eea31fe10f033603b26eef899df9290386352.zip hdf5-6e0eea31fe10f033603b26eef899df9290386352.tar.gz hdf5-6e0eea31fe10f033603b26eef899df9290386352.tar.bz2 |
[svn-r13885] Modify the comment from the checkin last round.
No test is needed.
Diffstat (limited to 'src/H5Tconv.c')
-rw-r--r-- | src/H5Tconv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Tconv.c b/src/H5Tconv.c index 9dd7b30..b5cc696 100644 --- a/src/H5Tconv.c +++ b/src/H5Tconv.c @@ -1715,9 +1715,9 @@ done: * }; * or * struct destination { struct source { - * TYPE1 A; --> TYPE1 A; - * TYPE2 B; --> TYPE2 B; - * TYPE3 C; --> TYPE3 C; + * TYPE1 A; <-- TYPE1 A; + * TYPE2 B; <-- TYPE2 B; + * TYPE3 C; <-- TYPE3 C; * }; TYPE4 D; * TYPE5 E; * }; |