Skip to content

Commit 85b0381

Browse files
committed
spelling: servlet
Signed-off-by: Josh Soref <[email protected]>
1 parent 226d493 commit 85b0381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/results/cpu/CPUCallGraphBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public void methodExit(final int methodId, final int threadId, final int methodT
304304
ti.pop();
305305
oneMoreNode = ti.peek();
306306
}
307-
// Servelt node must go with a method node; so close them together
307+
// Servlet node must go with a method node; so close them together
308308
if (oneMoreNode instanceof ServletRequestCPUCCTNode) {
309309
// oneMoreNode.addNCalls(oldNode.getNCalls());
310310
// oneMoreNode.addNetTime0(oldNode.getNetTime0());
@@ -353,7 +353,7 @@ public void methodExitUnstamped(final int methodId, final int threadId, final in
353353
ti.pop();
354354
oneMoreNode = ti.peek();
355355
}
356-
// Servelt node must go with a method node; so close them together
356+
// Servlet node must go with a method node; so close them together
357357
if (oneMoreNode instanceof ServletRequestCPUCCTNode) {
358358
// oneMoreNode.addNCalls(oldNode.getNCalls());
359359
// oneMoreNode.addNetTime0(oldNode.getNetTime0());

0 commit comments

Comments
 (0)