From d7e83cc51016bfa201cfe1d49522286226816829 Mon Sep 17 00:00:00 2001 From: Richard Warren Date: Mon, 7 Oct 2019 17:30:15 -0400 Subject: Fix some typos and remove an unused prototype from H5Sprivate.h --- src/H5Sprivate.h | 1 - src/H5mpi.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index dbabfd7..3d68de0 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -307,7 +307,6 @@ H5_DLL herr_t H5S_select_iter_release(H5S_sel_iter_t *sel_iter); H5_DLL herr_t H5S_sel_iter_close(H5S_sel_iter_t *sel_iter); #ifdef H5_HAVE_PARALLEL -H5_DLL herr_t H5S_mpio_set_bigio_count(hsize_t new_count); H5_DLL herr_t H5S_mpio_space_type(const H5S_t *space, size_t elmt_size, /* out: */ MPI_Datatype *new_type, int *count, diff --git a/src/H5mpi.c b/src/H5mpi.c index 77ec9fd..aa9004d 100644 --- a/src/H5mpi.c +++ b/src/H5mpi.c @@ -1,7 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * -n * All rights reserved. * + * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * -- cgit v0.12