]> source.dussan.org Git - aspectj.git/commitdiff
Typo fixes 21/head
authorJerry James <loganjerry@gmail.com>
Mon, 14 Sep 2020 14:29:53 +0000 (08:29 -0600)
committerJerry James <loganjerry@gmail.com>
Mon, 14 Sep 2020 14:29:53 +0000 (08:29 -0600)
org.aspectj.ajdt.core/src/main/java/org/aspectj/ajdt/internal/core/builder/IncrementalStateManager.java
weaver/src/main/java/org/aspectj/weaver/bcel/BcelShadow.java
weaver/src/main/java/org/aspectj/weaver/loadtime/IWeavingContext.java

index 009cbc964212093b0b96a4ead73d26995759e056..13ca3c3b47772970af91a6440149a7cf690588a7 100644 (file)
@@ -28,7 +28,7 @@ import org.aspectj.weaver.CompressingDataOutputStream;
  * Central point for all things incremental... - keeps track of the state recorded for each different config file - allows limited
  * interaction with these states
  * 
- * - records dependency/change info for particular classpaths &gt; this will become what JDT keeps in its 'State' object when its
+ * - records dependency/change info for particular classpaths &gt; this will become what JDT keeps in its 'State' object when it's
  * finished
  */
 public class IncrementalStateManager {
index 7230ecd7ef59cefa2726a88df47a01dd338081b3..5144976d3a295ff4f644d37012a3ed7ec922129d 100644 (file)
@@ -625,7 +625,7 @@ public class BcelShadow extends Shadow {
 
        /**
         * Create an initialization join point associated with a constructor, but not with any body of code yet. If this is actually
-        * matched, it's range will be set when we inline self constructors.
+        * matched, its range will be set when we inline self constructors.
         *
         * @param constructor The constructor starting this initialization.
         */
@@ -3463,4 +3463,4 @@ public class BcelShadow extends Shadow {
        public String getActualTargetType() {
                return actualInstructionTargetType;
        }
-}
\ No newline at end of file
+}
index 0ffd9dbe9562721a96f99fd64c239695d15842e3..e2dfd928e492f1e6573e7eac2aeb3e6ff37e36df 100644 (file)
@@ -39,7 +39,7 @@ public interface IWeavingContext {
        Enumeration<URL> getResources(String name) throws IOException;
 
        /**
-        * In an OSGi environment, determin which bundle a URL originated from.
+        * In an OSGi environment, determine which bundle a URL originated from.
         * In a non-OSGi environment, implementors should return <code>null</code>.
         * @param url
         * @return