aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB
diff options
context:
space:
mode:
authorwisberg <wisberg>2006-05-31 07:28:10 +0000
committerwisberg <wisberg>2006-05-31 07:28:10 +0000
commitf18d686bf02bb4dff4011ec3609a9035955da428 (patch)
treeb4ed190f3dda3c42f7ccb81c5e4898ffe09c74e3 /docs/progGuideDB
parent69d420e8f33b47425c18e4d9bcf4a1595156871e (diff)
downloadaspectj-f18d686bf02bb4dff4011ec3609a9035955da428.tar.gz
aspectj-f18d686bf02bb4dff4011ec3609a9035955da428.zip
it's -> its
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