aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB
diff options
context:
space:
mode:
Diffstat (limited to 'docs/progGuideDB')
-rw-r--r--docs/progGuideDB/language.xml2
-rw-r--r--docs/progGuideDB/semantics.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/progGuideDB/language.xml b/docs/progGuideDB/language.xml
index 29b6dcfb9..ea3c4702a 100644
--- a/docs/progGuideDB/language.xml
+++ b/docs/progGuideDB/language.xml
@@ -716,7 +716,7 @@ aspect A {
pointcut above is required to avoid the <literal>printPC</literal>
pointcut applying to the <literal>System.out.println</literal>
call in the advice body. If this was not present a recursive call
- would result as the pointcut would apply to it's own advice.
+ would result as the pointcut would apply to its own advice.
(See <xref linkend="pitfalls-infiniteLoops"/> for more details.)
</para>
diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml
index e6d828c3e..6c2fb173a 100644
--- a/docs/progGuideDB/semantics.xml
+++ b/docs/progGuideDB/semantics.xml
@@ -1071,7 +1071,7 @@ aspect A {
<para>
The if pointcut picks out join points based on a dynamic property.
- It's syntax takes an expression, which must evaluate to a boolean
+ its syntax takes an expression, which must evaluate to a boolean
true or false. Within this expression, the
<literal>thisJoinPoint</literal> object is available. So one
(extremely inefficient) way of picking out all call join points would