Skip to content

Commit

Permalink
Correct spelling errors
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 11, 2024
1 parent fb96805 commit 634b018
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ if test "X$THREADS" = "Xyes"; then
## The default is to use Pthreads when building with the Autotools, unless
## the compiler has C11 threads or we're building w/ MinGW.
##
## Currrently C11 threads will take priority over Pthreads and Win32 threads
## Currently C11 threads will take priority over Pthreads and Win32 threads
##
AC_SUBST([HAVE_PTHREAD]) HAVE_PTHREAD=yes
AC_ARG_WITH([pthread],
Expand Down Expand Up @@ -2245,7 +2245,7 @@ if test "X$THREADS" = "Xyes"; then

fi # end of threads processing

# Check to varify that a threading package was found
# Check to verify that a threading package was found
AC_MSG_CHECKING([for threads support])
if test "x$HAVE_PTHREAD" = "xno" -a "x$HAVE_WIN_THREADS" = "xno" -a "x$HAVE_C11_THREADS" = "xno"; then
THREADS=no
Expand Down
6 changes: 3 additions & 3 deletions src/H5TSthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ H5TS_thread_detach(H5TS_thread_t thread)
/*--------------------------------------------------------------------------
* Function: H5TS_thread_setcancelstate
*
* Purpose: Set cancelability state for a thread
* Purpose: Set cancellability state for a thread
*
* Return: Non-negative on success / Negative on failure
*
Expand Down Expand Up @@ -235,7 +235,7 @@ H5TS_thread_detach(H5TS_thread_t thread)
/*--------------------------------------------------------------------------
* Function: H5TS_thread_setcancelstate
*
* Purpose: Set cancelability state for a thread
* Purpose: Set cancellability state for a thread
*
* Return: Non-negative on success / Negative on failure
*
Expand Down Expand Up @@ -323,7 +323,7 @@ H5TS_thread_detach(H5TS_thread_t thread)
/*--------------------------------------------------------------------------
* Function: H5TS_thread_setcancelstate
*
* Purpose: Set cancelability state for a thread
* Purpose: Set cancellability state for a thread
*
* Return: Non-negative on success / Negative on failure
*
Expand Down
2 changes: 1 addition & 1 deletion test/ttsafe_rec_rw_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define MAX_NUM_THREADS 64
#define MAX_LOCK_CYCLES (10 * 1000 * 1000)

/* structure used to configure test threads in the recurive
/* structure used to configure test threads in the recursive
* R/W/ lock tests.
*/
/***********************************************************************
Expand Down

0 comments on commit 634b018

Please sign in to comment.