Skip to content

Commit 7aa530d

Browse files
authored
Merge pull request openshmem-org#465 from openshmem-org/docedit/team-config
Fix typo, wording on shmem_team_config_t
2 parents ddae177 + c661a71 commit 7aa530d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/shmem_team_config_t.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
creation of a team configured with \VAR{num\_contexts} of $N$ means
2828
that the implementation will make a best effort to reserve enough
2929
resources to support $N$ contexts created from the team
30-
in existance at any given time. It is not a guaruntee that $N$
30+
in existance at any given time. It is not a guarantee that $N$
3131
calls to \FUNC{shmem\_team\_create\_ctx} will succeed.
3232
See Section~\ref{sec:ctx} for more on communication contexts and
3333
Section~\ref{subsec:shmem_team_create_ctx} for team-based context creation.
@@ -36,7 +36,7 @@
3636
controls which fields may be accessed by the \openshmem library.
3737
Any configuration parameter value that is not indicated in the mask will be
3838
ignored, and the default value will be used instead.
39-
Therefore, a program must only set the fields for which it does not want the default value.
39+
Therefore, a program must set only the fields for which it does not want the default value.
4040

4141
A configuration mask is created through a bitwise OR operation of the
4242
following library constants.

0 commit comments

Comments
 (0)