Skip to content

Commit cb63b09

Browse files
authored
Fix typo in comment (open-telemetry#13662)
1 parent 89f6285 commit cb63b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

muzzle/src/main/java/io/opentelemetry/javaagent/tooling/muzzle/AgentCachingPoolStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public boolean isResolved() {
381381
// Like jdk, byte-buddy getDeclaredAnnotations does not report annotations whose class is
382382
// missing. To do this it needs to locate the bytes for annotation types used in class.
383383
// Which means that if we have a matcher that matches methods annotated with @Foo byte-buddy
384-
// will end up location bytes for all annotations used on any method in the classes that
384+
// will end up locating bytes for all annotations used on any method in the classes that
385385
// this matcher is applied to. From our perspective this is unreasonable, we just want to
386386
// match based on annotation name with as little overhead as possible. As we match only
387387
// based on annotation name we never need to locate the bytes for the annotation type.

0 commit comments

Comments
 (0)