Skip to content

Commit

Permalink
Merge pull request #11791 from kdnakt/fix-typo-stm
Browse files Browse the repository at this point in the history
docs: fix typo in stm doc
  • Loading branch information
gsmet authored Sep 1, 2020
2 parents 56bd273 + e220ca0 commit 3763668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/software-transactional-memory.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To use the extension include it as a dependency in your application pom:

== Defining STM-aware classes

In order for the STM subsytem to have knowledge about which classes are to be managed within the context
In order for the STM subsystem to have knowledge about which classes are to be managed within the context
of transactional memory it is necessary to provide a minimal level of instrumentation. This occurs by
categorising STM-aware and STM-unaware classes through an interface boundary; specifically all STM-aware objects
must be instances of classes which inherit from interfaces that themselves have been annotated to identify them
Expand Down

0 comments on commit 3763668

Please sign in to comment.