From fa79631d415029a13895e75d31e0440cd569156a Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Tue, 12 Feb 2008 08:50:13 +0000 Subject: [PATCH] and fix a miss type. This commit was SVN r17425. --- ompi/mpi/man/man3/MPI_Type_free.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/man/man3/MPI_Type_free.3 b/ompi/mpi/man/man3/MPI_Type_free.3 index f437369982..6c8c85c2d8 100644 --- a/ompi/mpi/man/man3/MPI_Type_free.3 +++ b/ompi/mpi/man/man3/MPI_Type_free.3 @@ -9,7 +9,7 @@ .SH C Syntax .nf #include -int MPI_Type_free(MPI_Ddatatype *\fIdatatype\fP) +int MPI_Type_free(MPI_Datatype *\fIdatatype\fP) .SH Fortran Syntax .nf