From 43e9ea352aa0b096e30aeab8717c38c265f36254 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 8 Sep 2020 05:56:10 +0200 Subject: [PATCH] typo --- src/prec.f90 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/prec.f90 b/src/prec.f90 index 6f0a2ab3d..8fe38b5ef 100644 --- a/src/prec.f90 +++ b/src/prec.f90 @@ -232,7 +232,7 @@ end function cNeq !-------------------------------------------------------------------------------------------------- -!> @brief interprete array of bytes (C_SIGNED_CHAR) as C_FLOAT (4 byte float) +!> @brief interpret array of bytes (C_SIGNED_CHAR) as C_FLOAT (4 byte float) !-------------------------------------------------------------------------------------------------- pure function bytes_to_C_FLOAT(bytes) @@ -246,7 +246,7 @@ end function bytes_to_C_FLOAT !-------------------------------------------------------------------------------------------------- -!> @brief interprete array of bytes (C_SIGNED_CHAR) as C_DOUBLE (8 byte float) +!> @brief interpret array of bytes (C_SIGNED_CHAR) as C_DOUBLE (8 byte float) !-------------------------------------------------------------------------------------------------- pure function bytes_to_C_DOUBLE(bytes) @@ -260,7 +260,7 @@ end function bytes_to_C_DOUBLE !-------------------------------------------------------------------------------------------------- -!> @brief interprete array of bytes (C_SIGNED_CHAR) as C_INT32_T (4 byte signed integer) +!> @brief interpret array of bytes (C_SIGNED_CHAR) as C_INT32_T (4 byte signed integer) !-------------------------------------------------------------------------------------------------- pure function bytes_to_C_INT32_T(bytes) @@ -274,7 +274,7 @@ end function bytes_to_C_INT32_T !-------------------------------------------------------------------------------------------------- -!> @brief interprete array of bytes (C_SIGNED_CHAR) as C_INT64_T (8 byte signed integer) +!> @brief interpret array of bytes (C_SIGNED_CHAR) as C_INT64_T (8 byte signed integer) !-------------------------------------------------------------------------------------------------- pure function bytes_to_C_INT64_T(bytes)