Skip to content

Commit f649dd4

Browse files
authored
Merge pull request #10663 from luzpaz/typos/remaining
Fix remaining typos in source documentation and comments
2 parents dfd100a + bedb2c5 commit f649dd4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+124
-124
lines changed

autogen.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ sub patch_autotools_output {
984984
$c =~ s/$search_string/$replace_string/;
985985

986986
# Newer versions of Libtool have the previous patch already. Therefore,
987-
# we add the support for convenience libraries separetly
987+
# we add the support for convenience libraries separately
988988
my $search_string = "whole_archive_flag_spec${tag}=" . '\n\s+' .
989989
"tmp_sharedflag='--shared' ;;" . '\n\s+' .
990990
'nagfor\052.*# NAGFOR 5.3\n\s+' .
@@ -1344,7 +1344,7 @@ sub replace_config_sub_guess {
13441344

13451345
#---------------------------------------------------------------------------
13461346

1347-
# Verify that we're in the OMPI root directorty by checking for a token file.
1347+
# Verify that we're in the OMPI root directory by checking for a token file.
13481348

13491349
my_die "Not at the root directory of an OMPI source tree"
13501350
if (! -f "config/opal_mca.m4");

config/ompi_setup_mpi_fortran.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ end type test_mpi_handle],
644644
AC_SUBST(OMPI_FC_ABSOLUTE)
645645
AC_DEFINE_UNQUOTED(OMPI_FC, ["$OMPI_FC"], [Underlying Fortran compiler])
646646
AC_DEFINE_UNQUOTED(OMPI_FC_ABSOLUTE, ["$OMPI_FC_ABSOLUTE"],
647-
[Absolutey path to the underlying Fortran compiler found by configure])
647+
[Absolute path to the underlying Fortran compiler found by configure])
648648

649649
# These go into ompi/info/param.c
650650
AC_DEFINE_UNQUOTED([OMPI_FORTRAN_BUILD_SIZEOF],

config/opal_mca.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ AC_MSG_ERROR([*** $2 component $3 was supposed to be direct-called, but
872872
# MCA_PROCESS_DEAD_COMPONENT(project_name (1), framework_name (2),
873873
# component_name (3))
874874
# ----------------------------------------------------------------
875-
# Finall setup work for a component that can not be built. Do the
875+
# Final setup work for a component that can not be built. Do the
876876
# last minute checks to make sure the user isn't doing something
877877
# stupid.
878878
#

config/opal_setup_ft.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dnl
2121
# - LAM (synonym for 'cr' currently)
2222
# - cr
2323
# /* General FT sections */
24-
# #if OPAL_ENABLE_FT == 0 /* FT Disabled globaly */
25-
# #if OPAL_ENABLE_FT == 1 /* FT Enabled globaly */
24+
# #if OPAL_ENABLE_FT == 0 /* FT Disabled globally */
25+
# #if OPAL_ENABLE_FT == 1 /* FT Enabled globally */
2626
# /* ULFM Specific sections */
2727
# #if OPAL_ENABLE_FT_MPI == 0 /* FT ULFM Disabled */
2828
# #if OPAL_ENABLE_FT_MPI == 1 /* FT ULFM Enabled */

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ OPAL_CONFIGURE_SETUP
7777
opal_show_title "Configuring project_name_long"
7878
opal_show_subtitle "Prerequisites"
7979

80-
# compatability for oac_check_package
80+
# compatibility for oac_check_package
8181
m4_copy([OPAL_LOG_COMMAND], [OAC_LOG_COMMAND])
8282
m4_copy([OPAL_LOG_MSG], [OAC_LOG_MSG])
8383
m4_copy([OPAL_APPEND], [OAC_APPEND])
@@ -187,7 +187,7 @@ acversion=`grep "Generated by GNU Autoconf" $0 | head -n 1 | awk '{ print $6 }'`
187187
AC_MSG_RESULT([$acversion])
188188
AC_MSG_CHECKING([for bootstrap Automake version])
189189
AC_MSG_RESULT([$am__api_version])
190-
AC_MSG_CHECKING([for boostrap Libtool version])
190+
AC_MSG_CHECKING([for bootstrap Libtool version])
191191
ltversion=`grep VERSION= $srcdir/config/ltmain.sh | head -n 1 | cut -d= -f2`
192192
AC_MSG_RESULT([$ltversion])
193193

@@ -998,7 +998,7 @@ OPAL_CHECK_CUDA
998998
OPAL_CHECK_ROCM([opal_rocm],
999999
[opal_rocm_happy="yes"],
10001000
[opal_rocm_happy="no"])
1001-
OPAL_SUMMARY_ADD([Miscellaneous], [ROCm suport], [], [$opal_rocm_happy])
1001+
OPAL_SUMMARY_ADD([Miscellaneous], [ROCm support], [], [$opal_rocm_happy])
10021002

10031003
AS_IF([test "$OPAL_CUDA_SUPPORT" = "1" && test "$OPAL_ROCM_SUPPORT" = "1"],
10041004
[AC_MSG_WARN([Cannot support both CUDA and ROCm.])

contrib/amca-param-sets/ft-mpi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ btl_base_warn_peer_error=false
3939

4040
#
4141
# The following frameworks/components are TESTED
42-
# They handle faults amd should be prefered when running with FT.
42+
# They handle faults amd should be preferred when running with FT.
4343
# pml ob1
4444
# btl tcp, self, sm(+xpmem,+cma), ugni, uct
4545
# coll base/basic, tuned, ftagree, libnbc
@@ -49,7 +49,7 @@ threads=pthreads
4949
#
5050
# The following frameworks/components are UNTESTED, but **may** work.
5151
# They should run without faults, and **may** work with faults.
52-
# You may try and report if successfull.
52+
# You may try and report if successful.
5353
# btl ofi, portals4, smcuda, usnic, sm(+knem)
5454
# coll inter, sm, sync, cuda, monitoring
5555
# pml monitoring, v/vprotocol
@@ -79,9 +79,9 @@ coll=^hcoll,portals4
7979
# mtl (all)
8080
# pml cm, crcpw, ucx
8181
mtl=^ofi,portals4,psm2
82-
# allready enforced by pml=ob1 above
82+
# already enforced by pml=ob1 above
8383
#pml=^cm,crcpw,ucx
84-
# allready enforced by threads=pthreads above
84+
# already enforced by threads=pthreads above
8585
#threads=^argobots,qthreads
8686
# There is a bug in libevent with the "select" backend that causes an infinite loop
8787
# when an unplanned disconnect happens. Use something else, or bail.

contrib/build-mca-comps-outside-of-tree/btl_tcp2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ mca_btl_base_descriptor_t* mca_btl_tcp2_prepare_src(
309309

310310
/**
311311
* Prepare a descriptor for send/rdma using the supplied
312-
* convertor. If the convertor references data that is contigous,
312+
* convertor. If the convertor references data that is contiguous,
313313
* the descriptor may simply point to the user buffer. Otherwise,
314314
* this routine is responsible for allocating buffer space and
315315
* packing if required.
@@ -359,7 +359,7 @@ mca_btl_base_descriptor_t* mca_btl_tcp2_prepare_dst(
359359
*
360360
* @param btl (IN) BTL module
361361
* @param endpoint (IN) BTL addressing information
362-
* @param descriptor (IN) Description of the data to be transfered
362+
* @param descriptor (IN) Description of the data to be transferred
363363
* @param tag (IN) The tag value used to notify the peer.
364364
*/
365365

contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ static int mca_btl_tcp2_component_create_listen(uint16_t af_family)
740740
return OMPI_ERROR;
741741
}
742742
socket_binded:
743-
/* resolve system assignend port */
743+
/* resolve system assigned port */
744744
if(getsockname(sd, (struct sockaddr*)&inaddr, &addrlen) < 0) {
745745
BTL_ERROR(("getsockname() failed: %s (%d)",
746746
strerror(opal_socket_errno), opal_socket_errno));

contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ static void mca_btl_tcp2_endpoint_recv_handler(int sd, short flags, void* user)
748748
frag = NULL;
749749
#else
750750
/* If the cache still contain some data we can reuse the same fragment
751-
* until we flush it completly.
751+
* until we flush it completely.
752752
*/
753753
MCA_BTL_TCP_FRAG_INIT_DST(frag, btl_endpoint);
754754
#endif /* MCA_BTL_TCP_USES_PROGRESS_THREAD */

contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ static void evaluate_assignment(int *a) {
190190
}
191191

192192
/*
193-
* check wether current solution beats all previous solutions
193+
* check whether current solution beats all previous solutions
194194
*/
195195
if(assignment_cardinality > max_assignment_cardinality
196196
|| (assignment_cardinality == max_assignment_cardinality
@@ -692,7 +692,7 @@ int mca_btl_tcp2_proc_remove(mca_btl_tcp2_proc_t* btl_proc, mca_btl_base_endpoin
692692
OBJ_RELEASE(btl_proc);
693693
return OMPI_SUCCESS;
694694
}
695-
/* The endpoint_addr may still be NULL if this enpoint is
695+
/* The endpoint_addr may still be NULL if this endpoint is
696696
being removed early in the wireup sequence (e.g., if it
697697
is unreachable by all other procs) */
698698
if (NULL != btl_endpoint->endpoint_addr) {

0 commit comments

Comments
 (0)