summaryrefslogtreecommitdiffstats
path: root/m4/aclocal_fc.f90
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-01-19 23:30:19 (GMT)
committerGitHub <noreply@github.com>2022-01-19 23:30:19 (GMT)
commit407c52f3977df9aaf7a27a3343ea146c3f497a00 (patch)
tree83258e0ce4665341c154e0e09a39b2f61c9ad7aa /m4/aclocal_fc.f90
parentb99ec66d818ec9dd9382be30de03046286a5c74b (diff)
downloadhdf5-407c52f3977df9aaf7a27a3343ea146c3f497a00.zip
hdf5-407c52f3977df9aaf7a27a3343ea146c3f497a00.tar.gz
hdf5-407c52f3977df9aaf7a27a3343ea146c3f497a00.tar.bz2
Merge various cleanup java test, test files, comments (#1364)
Plus some spelling corrections
Diffstat (limited to 'm4/aclocal_fc.f90')
-rw-r--r--m4/aclocal_fc.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/aclocal_fc.f90 b/m4/aclocal_fc.f90
index 240a768..bcefab5 100644
--- a/m4/aclocal_fc.f90
+++ b/m4/aclocal_fc.f90
@@ -120,7 +120,7 @@ PROGRAM FC_AVAIL_KINDS
k = SELECTED_REAL_KIND(ik,jk)
IF(k.LT.0) EXIT exp
IF(k.NE.prev_rkind)THEN
- ! Check if we aleady have that kind
+ ! Check if we already have that kind
new_kind = .TRUE.
DO kk = 1, num_rkinds
IF(k.EQ.list_rkinds(kk))THEN