Skip to content

Commit ac0654a

Browse files
stoeckmannrhc54
authored andcommitted
Fix typos.
Typos found with codespell. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
1 parent b5ab80c commit ac0654a

Some content is hidden

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

75 files changed

+130
-130
lines changed

HACKING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ installation using the --with-libevent=<dir> option if it is in
8585
a non-standard location. Similarly, non-standard locations for
8686
the HWLOC package must be specified using the --with-hwloc=<dir>
8787
option. In both cases, PMIx will automatically detect these
88-
packages in standard locations and build-in support for them
88+
packages in standard locations and built-in support for them
8989
unless otherwise specified using the respective configure option.
9090

9191

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ using the --with-libevent=<dir> option if it is in a non-standard
7171
location. Similarly, non-standard locations for the HWLOC package
7272
must be specified using the --with-hwloc=<dir> option. In both
7373
cases, PMIx will automatically detect these packages in standard
74-
locations and build-in support for them unless otherwise specified
74+
locations and built-in support for them unless otherwise specified
7575
using the respective configure option.
7676

7777
If you need special access to install, then you can execute "make

bindings/python/pmix.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@ cdef void toolconnected(pmix_info_t *info, size_t ninfo,
27102710
# we cannot execute a callback function here as
27112711
# that would cause PMIx to lockup. So we start
27122712
# a new thread on a timer that should execute a
2713-
# callback after the funciton returns
2713+
# callback after the function returns
27142714
cdef pmix_proc_t *proc
27152715
proc = NULL
27162716
pmix_copy_nspace(proc[0].nspace, ret_proc['nspace'])
@@ -2795,7 +2795,7 @@ cdef int allocate(const pmix_proc_t *client,
27952795
# we cannot execute a callback function here as
27962796
# that would cause PMIx to lockup. So we start
27972797
# a new thread on a timer that should execute a
2798-
# callback after the funciton returns
2798+
# callback after the function returns
27992799
cdef pmix_info_t *info
28002800
cdef pmix_info_t **info_ptr
28012801
cdef size_t ninfo = 0

config/oac_check_package.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dnl in the specified path.
5353
dnl 4. We try to find the specified header and function with no change
5454
dnl in CPPFLAGS or LDFLAGS and adding the specified libraries to LIBS.
5555
dnl
56-
dnl It is the resposibility of the caller to register arguments of the form
56+
dnl It is the responsibility of the caller to register arguments of the form
5757
dnl with-<package name>, with-<package name>-libdir, and with-package name>-incdir.
5858
dnl All three are optional, nothing will break if the caller doesn't specify them
5959
dnl (and indeed, if the package being searched for isn't libnl3, it's likely the
@@ -63,7 +63,7 @@ dnl By default, OAC_CHECK_PACKAGE will use <package name> for the module name to
6363
dnl to pkg-config, meaning there is a <package name>.pc in the filesystem. If a
6464
dnl different module name should be used, add a macro to the M4 environment named
6565
dnl <package name>_pkgconfig_module with the value of the pkgconfig module name
66-
dnl to use. For exmaple, if the libevent module name is libevent_core, you could
66+
dnl to use. For example, if the libevent module name is libevent_core, you could
6767
dnl specify:
6868
dnl
6969
dnl m4_define([libevent_pkgconfig_module], [libevent_core])

config/pmix.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ AC_DEFUN([PMIX_SETUP_CORE],[
7070
AC_SUBST(PMIX_top_builddir)
7171

7272
# Get pmix's absolute top srcdir (which may not be the same as the
73-
# real $top_srcdir. First, go back to the startdir incase the
73+
# real $top_srcdir. First, go back to the startdir in case the
7474
# $srcdir is relative.
7575

7676
cd "$PMIX_startdir"
@@ -1138,7 +1138,7 @@ AS_IF([test "$pmix_install_primary_headers" = "no"],
11381138
#
11391139
AC_ARG_ENABLE([per-user-config-files],
11401140
[AS_HELP_STRING([--enable-per-user-config-files],
1141-
[Disable per-user configuration files, to save disk accesses during job start-up. This is likely desirable for large jobs. Note that this can also be acheived by environment variables at run-time. (default: enabled)])])
1141+
[Disable per-user configuration files, to save disk accesses during job start-up. This is likely desirable for large jobs. Note that this can also be achieved by environment variables at run-time. (default: enabled)])])
11421142
if test "$enable_per_user_config_files" = "no" ; then
11431143
result=0
11441144
else

config/pmix_check_pthread_pids.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void *checkpid(void *arg) {
7070
[tpids_MSG=no PMIX_THREADS_HAVE_DIFFERENT_PIDS=0],
7171
[tpids_MSG=yes PMIX_THREADS_HAVE_DIFFERENT_PIDS=1],
7272
[
73-
# If we're cross compiling, we can't do another AC_* function here beause
73+
# If we're cross compiling, we can't do another AC_* function here because
7474
# it we haven't displayed the result from the last one yet. So defer
7575
# another test until below.
7676
PMIX_THREADS_HAVE_DIFFERENT_PIDS=

config/pmix_check_tm.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dnl
2626
dnl $HEADER$
2727
dnl
2828

29-
# PMIX_CHECK_TM_PBS_CONFIG_RUN([pbs-config args], [assigmnent variable],
29+
# PMIX_CHECK_TM_PBS_CONFIG_RUN([pbs-config args], [assignment variable],
3030
# [action-if-successful], [action-if-not-successful])
3131
# --------------------------------------------------------------------------------
3232
AC_DEFUN([PMIX_CHECK_TM_PBS_CONFIG_RUN], [

config/pmix_functions.m4

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dnl
4545
AC_DEFUN([PMIX_CONFIGURE_SETUP],[
4646

4747
# Some helper script functions. Unfortunately, we cannot use $1 kinds
48-
# of arugments here because of the m4 substitution. So we have to set
48+
# of arguments here because of the m4 substitution. So we have to set
4949
# special variable names before invoking the function. :-\
5050

5151
pmix_show_title() {
@@ -350,7 +350,7 @@ dnl #######################################################################
350350
# PMIX_APPEND_UNIQ(variable, new_argument)
351351
# ----------------------------------------
352352
# Append new_argument to variable if not already in variable. This assumes a
353-
# space seperated list.
353+
# space separated list.
354354
#
355355
# This could probably be made more efficient :(.
356356
AC_DEFUN([PMIX_APPEND_UNIQ], [
@@ -380,7 +380,7 @@ dnl #######################################################################
380380
# - the argument does not begin with -I, -L, or -l, or
381381
# - the argument begins with -I, -L, or -l, and it's not already in variable
382382
#
383-
# This macro assumes a space seperated list.
383+
# This macro assumes a space separated list.
384384
AC_DEFUN([PMIX_FLAGS_APPEND_UNIQ], [
385385
PMIX_VAR_SCOPE_PUSH([pmix_tmp pmix_append])
386386

@@ -409,7 +409,7 @@ dnl #######################################################################
409409
# - the argument does not begin with -I, -L, or -l, or
410410
# - the argument begins with -I, -L, or -l, and it's not already in variable
411411
#
412-
# This macro assumes a space seperated list.
412+
# This macro assumes a space separated list.
413413
AC_DEFUN([PMIX_FLAGS_PREPEND_UNIQ], [
414414
PMIX_VAR_SCOPE_PUSH([pmix_tmp pmix_prepend])
415415

@@ -440,7 +440,7 @@ dnl #######################################################################
440440
# variable, it is appended to variable.
441441
#
442442
# If an argument in new_argument begins with a -l and is already in
443-
# variable, the existing occurances of the argument are removed from
443+
# variable, the existing occurrences of the argument are removed from
444444
# variable and the argument is appended to variable. This behavior
445445
# is most useful in LIBS, where ordering matters and being rightmost
446446
# is usually the right behavior.
@@ -649,7 +649,7 @@ AC_DEFUN([PMIX_COMPUTE_MAX_VALUE], [
649649
overflow=1
650650
fi
651651
else
652-
# stil negative. Time to give up.
652+
# still negative. Time to give up.
653653
overflow=1
654654
fi
655655
pmix_num_bits=0

config/pmix_setup_cc.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ AC_DEFUN([PMIX_SETUP_CC],[
181181
# following lines and update the warning when we require a C11 compiler.
182182
# AC_MSG_WARNING([Open MPI requires a C11 (or newer) compiler])
183183
# AC_MSG_ERROR([Aborting.])
184-
# From Open MPI 1.7 on we require a C99 compiant compiler
184+
# From Open MPI 1.7 on we require a C99 compliant compiler
185185
# with autoconf 2.70 AC_PROG_CC makes AC_PROG_CC_C99 obsolete
186186
m4_version_prereq([2.70],
187187
[],
@@ -205,7 +205,7 @@ AC_DEFUN([PMIX_SETUP_CC],[
205205
PMIX_CC_HELPER([if $CC $1 supports C11 _Thread_local], [pmix_prog_cc_c11_helper__Thread_local_available],
206206
[],[[static _Thread_local int foo = 1;++foo;]])
207207

208-
dnl At this time, PMIx only needs thread local and the atomic convenience tyes for C11 suport. These
208+
dnl At this time, PMIx only needs thread local and the atomic convenience types for C11 support. These
209209
dnl will likely be required in the future.
210210
AC_DEFINE_UNQUOTED([PMIX_C_HAVE__THREAD_LOCAL], [$pmix_prog_cc_c11_helper__Thread_local_available],
211211
[Whether C compiler supports __Thread_local])

config/pmix_setup_libevent.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ AC_DEFUN([PMIX_LIBEVENT_CONFIG],[
113113
]])],
114114
[AC_MSG_RESULT([yes])],
115115
[AC_MSG_RESULT([no])
116-
AC_MSG_WARN([PMIX rquires libevent to be compiled with thread support enabled])
116+
AC_MSG_WARN([PMIX requires libevent to be compiled with thread support enabled])
117117
pmix_libevent_support=0])
118118
fi
119119

config/pmix_setup_wrappers.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ AC_DEFUN([RPATHIFY_LDFLAGS],[RPATHIFY_LDFLAGS_INTERNAL([$1], [rpath_args])])
244244
# and pkg-config files:
245245
#
246246
# 1) --enable-shared --disable-static (today's default): Any
247-
# application linking against libpmix will be a dynamicly linked
247+
# application linking against libpmix will be a dynamically linked
248248
# application
249249
# 2) --enable-shared --enable-static: An application linking against
250250
# libpmix will dynamically link against libpmix unless -static (or

config/pmix_summary.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dnl
4343
# PMIX_SUMMARY_ADD([Resource Type], [Component Name], [], [$results])
4444
# and then unset $results to avoid namespace pollution. This will
4545
# work properly with the current behavior, but would result in odd
46-
# errors if we delayed evaulation.
46+
# errors if we delayed evaluation.
4747
#
4848
# As a historical note, the third argument has never been used in
4949
# PMIX_SUMMARY_ADD and its meaning is unclear. Preferred behavior is

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ PMIX_DEFINE_ARGS
242242
# Define some basic useful values
243243
PMIX_BASIC_SETUP
244244

245-
# compatability for oac_check_package
245+
# compatibility for oac_check_package
246246
m4_copy([PMIX_LOG_COMMAND], [OAC_LOG_COMMAND])
247247
m4_copy([PMIX_LOG_MSG], [OAC_LOG_MSG])
248248
m4_copy([PMIX_APPEND], [OAC_APPEND])

contrib/perf_tools/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Building instructions:
77
If you don't want to test PMI2 - remove pmi2 from the list of "all" targets.
88
* run `make`.
99

10-
The follwoing files (or one of them) will be built as the result:
10+
The following files (or one of them) will be built as the result:
1111
* pmix_intra_perf - that is for testing pmix performance
1212
- pmi2_intra_perf - for testing pmi2 performance
1313

@@ -28,7 +28,7 @@ for all environments). To use it open it and fix:
2828
- OMPI_BASE to point to your MPI installation
2929
- PMIX_LIB to point to your PMIx installation
3030

31-
If you are running inside the supported batch system you shoud be fine to
31+
If you are running inside the supported batch system you should be fine to
3232
just run fixed `run.sh` with the first argument defining how many processes
3333
needs to be launched and all other parameters will be passed to the performance
3434
tool. For example:

contrib/pmix.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ and link against PMIx.
244244

245245
#############################################################################
246246
#
247-
# Prepatory Section
247+
# Preparatory Section
248248
#
249249
#############################################################################
250250
%prep
@@ -373,7 +373,7 @@ proc ModulesHelp { } {
373373
puts stderr "This module adds PMIx v%{version} to various paths"
374374
}
375375

376-
module-whatis "Sets up PMIx v%{version} in your enviornment"
376+
module-whatis "Sets up PMIx v%{version} in your environment"
377377

378378
prepend-path PATH "%{_prefix}/bin/"
379379
prepend-path LD_LIBRARY_PATH %{_libdir}

contrib/update-my-copyright.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# This script automates the tedious task of updating copyright notices
1111
# in the tops of PMIX source files before committing back to
12-
# the respository. Set the environment variable
12+
# the repository. Set the environment variable
1313
# PMIX_COPYRIGHT_SEARCH_NAME to a short (case-insensitive) name that
1414
# indicates your copyright line (e.g., "cisco"), and set the env
1515
# variable PMIX_COPYRIGHT_FORMAL_NAME with your organization's formal
@@ -53,7 +53,7 @@
5353
# Will exit with status 111 if there are out of date copyrights which this
5454
# script can correct.
5555
my $CHECK_ONLY = 0;
56-
# used by $CHECK_ONLY logic for bookeeping
56+
# used by $CHECK_ONLY logic for bookkeeping
5757
my $would_replace = 0;
5858

5959
# Set to true to suppress most informational messages. Only out of date files

etc/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install-data-local:
5555

5656
# Only remove if exactly the same as what in our tree
5757
# NOTE TO READER: Bourne shell if ... fi evaluates the body if
58-
# the return of the evaluted command is 0 (as opposed to non-zero
58+
# the return of the evaluated command is 0 (as opposed to non-zero
5959
# as used by everyone else)
6060
uninstall-local:
6161
@ p="$(pmix_config_files)"; \

include/pmix.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ PMIX_EXPORT pmix_status_t PMIx_Data_copy_payload(pmix_data_buffer_t *dest,
14021402
* @param payload The address of a pmix_byte_object_t into which
14031403
* the buffer is to be unloaded
14041404
*
1405-
* @retval PMIX_SUCCESS The request was succesfully completed.
1405+
* @retval PMIX_SUCCESS The request was successfully completed.
14061406
*
14071407
* @retval PMIX_ERROR(s) An appropriate error code indicating the
14081408
* problem will be returned. This should be handled appropriately by
@@ -1590,7 +1590,7 @@ PMIX_EXPORT void PMIx_Value_destruct(pmix_value_t *val);
15901590
PMIX_EXPORT pmix_status_t PMIx_Value_xfer(pmix_value_t *dest,
15911591
const pmix_value_t *src);
15921592

1593-
/* Compre the contents of two pmix_value_t structures */
1593+
/* Compare the contents of two pmix_value_t structures */
15941594
PMIX_EXPORT pmix_value_cmp_t PMIx_Value_compare(pmix_value_t *v1,
15951595
pmix_value_t *v2);
15961596

include/pmix_common.h.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ typedef uint32_t pmix_rank_t;
640640
// either or both of them may be included.
641641
#define PMIX_APP_INFO_ARRAY "pmix.app.arr" // (pmix_data_array_t*) Provide an array of pmix_info_t containing app-level
642642
// information. The PMIX_NSPACE or PMIX_JOBID attributes of the job containing
643-
// the appplication, plus its PMIX_APPNUM attribute, are required to be
643+
// the application, plus its PMIX_APPNUM attribute, are required to be
644644
// included in the array.
645645
#define PMIX_PROC_INFO_ARRAY "pmix.pdata" // (pmix_data_array_t*) Provide an array of pmix_info_t containing process-realm
646646
// information. The PMIX_RANK and PMIX_NSPACE attributes, or the
@@ -986,7 +986,7 @@ typedef uint32_t pmix_rank_t;
986986
// storage system's atomic unit of transfer (e.g., block size)
987987
#define PMIX_STORAGE_OBJECTS_USED "pmix.strg.objuse" // (uint64_t) Overall used number of objects (e.g., inodes) for the storage system
988988
#define PMIX_STORAGE_PERSISTENCE "pmix.strg.persist" // (pmix_storage_persistence_t) Persistence level of the storage system
989-
// (e.g., sratch storage or achive storage)
989+
// (e.g., sratch storage or archive storage)
990990
#define PMIX_STORAGE_SUGGESTED_XFER_SIZE "pmix.strg.sxfer" // (double) Suggested transfer size (in bytes) for the storage system
991991
#define PMIX_STORAGE_VERSION "pmix.strg.ver" // (char*) Version string for the storage system
992992

@@ -1199,7 +1199,7 @@ typedef uint8_t pmix_job_state_t;
11991199
typedef int pmix_status_t;
12001200

12011201
/* v1.x error values - must be fixed in place for backward
1202-
* compatability. Note that some number of these have been
1202+
* compatibility. Note that some number of these have been
12031203
* deprecated and may not be returned by v2.x and above
12041204
* clients or servers. However, they must always be
12051205
* at least defined to ensure older codes will compile */
@@ -2060,7 +2060,7 @@ char **pmix_argv_copy(char **argv)
20602060
*
20612061
* The \em env array will be grown if necessary.
20622062
*
2063-
* It is permissable to invoke this function with the
2063+
* It is permissible to invoke this function with the
20642064
* system-defined \em environ variable. For example:
20652065
*
20662066
* \code
@@ -2073,7 +2073,7 @@ char **pmix_argv_copy(char **argv)
20732073
* environment. This may very well lead to a memory leak, so its
20742074
* use is strongly discouraged.
20752075
*
2076-
* It is also permissable to call this function with an empty \em
2076+
* It is also permissible to call this function with an empty \em
20772077
* env, as long as it is pre-initialized with NULL:
20782078
*
20792079
* \code

src/class/pmix_bitmap.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PMIX_EXPORT int pmix_bitmap_init(pmix_bitmap_t *bm, int size);
8585

8686
/**
8787
* Set a bit of the bitmap. If the bit asked for is beyond the current
88-
* size of the bitmap, then the bitmap is extended to accomodate the
88+
* size of the bitmap, then the bitmap is extended to accommodate the
8989
* bit
9090
*
9191
* @param bitmap The input bitmap (IN)
@@ -224,7 +224,7 @@ PMIX_EXPORT bool pmix_bitmap_are_different(pmix_bitmap_t *left, pmix_bitmap_t *r
224224
PMIX_EXPORT char *pmix_bitmap_get_string(pmix_bitmap_t *bitmap);
225225

226226
/**
227-
* Return the number of 'unset' bits, upto the specified length
227+
* Return the number of 'unset' bits, up to the specified length
228228
*
229229
* @param bitmap Pointer to the bitmap
230230
* @param len Number of bits to check
@@ -233,7 +233,7 @@ PMIX_EXPORT char *pmix_bitmap_get_string(pmix_bitmap_t *bitmap);
233233
PMIX_EXPORT int pmix_bitmap_num_unset_bits(pmix_bitmap_t *bm, int len);
234234

235235
/**
236-
* Return the number of 'set' bits, upto the specified length
236+
* Return the number of 'set' bits, up to the specified length
237237
*
238238
* @param bitmap Pointer to the bitmap
239239
* @param len Number of bits to check

src/class/pmix_hotel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ PMIX_EXPORT PMIX_CLASS_DECLARATION(pmix_hotel_t);
172172
* already been ("forcibly") checked out *before* the
173173
* eviction_callback_fn is invoked.
174174
*
175-
* @return PMIX_SUCCESS if all initializations were succesful. Otherwise,
175+
* @return PMIX_SUCCESS if all initializations were successful. Otherwise,
176176
* the error indicate what went wrong in the function.
177177
*/
178178
PMIX_EXPORT pmix_status_t pmix_hotel_init(pmix_hotel_t *hotel, int num_rooms,

src/class/pmix_list.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ static inline pmix_list_item_t *pmix_list_get_last(pmix_list_t *list)
381381
* Similar to the STL, this is a special invalid list item -- it
382382
* should \em not be used for storage. It is only suitable for
383383
* comparison to other items in the list to see if they are valid or
384-
* not; it's ususally used when iterating through the items in a list.
384+
* not; it's usually used when iterating through the items in a list.
385385
*
386386
* This is an inlined function in compilers that support inlining, so
387387
* it's usually a cheap operation.
@@ -403,7 +403,7 @@ static inline pmix_list_item_t *pmix_list_get_begin(pmix_list_t *list)
403403
* Similar to the STL, this is a special invalid list item -- it
404404
* should \em not be used for storage. It is only suitable for
405405
* comparison to other items in the list to see if they are valid or
406-
* not; it's ususally used when iterating through the items in a list.
406+
* not; it's usually used when iterating through the items in a list.
407407
*
408408
* This is an inlined function in compilers that support inlining, so
409409
* it's usually a cheap operation.
@@ -614,7 +614,7 @@ static inline void pmix_list_prepend(pmix_list_t *list, pmix_list_item_t *item)
614614
/* reset item's previous pointer */
615615
item->pmix_list_prev = sentinel;
616616

617-
/* reset previous first element's previous poiner */
617+
/* reset previous first element's previous pointer */
618618
sentinel->pmix_list_next->pmix_list_prev = item;
619619

620620
/* reset head's next pointer */
@@ -854,7 +854,7 @@ PMIX_EXPORT void pmix_list_join(pmix_list_t *thislist,
854854
* last) elements of \c xlist are moved into \c thislist,
855855
* inserting them before \c pos. \c pos must be a valid iterator
856856
* in \c thislist and \c [first, last) must be a valid range in \c
857-
* xlist. \c postition must not be in the range \c [first, last).
857+
* xlist. \c position must not be in the range \c [first, last).
858858
* It is, however, valid for \c xlist and \c thislist to be the
859859
* same list.
860860
*

0 commit comments

Comments
 (0)