Skip to content

Commit dd2405a

Browse files
committed
OSHMEM: fixes typo in c11 generic
1 parent 71712df commit dd2405a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/include/pshmem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ OSHMEM_DECLSPEC void pshmem_longdouble_p(long double* addr, long double value,
108108
long long*: pshmem_longlong_p, \
109109
float*: pshmem_float_p, \
110110
double*: pshmem_double_p, \
111-
long double*: shmem_longdouble_p)(dst, val, pe)
111+
long double*: pshmem_longdouble_p)(dst, val, pe)
112112
#endif
113113

114114
/*

0 commit comments

Comments
 (0)