Skip to content

Commit

Permalink
8298692: Fix typos in test/jdk/com/sun/jdi files
Browse files Browse the repository at this point in the history
Reviewed-by: amenkov, sspitsyn
  • Loading branch information
plummercj committed Dec 14, 2022
1 parent 736fcd4 commit 7241e35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/jdk/com/sun/jdi/ArgumentValuesTest.java
Expand Up @@ -227,7 +227,7 @@ protected void runTests()
}
}

// a method with with one generic param
// a method with one generic param
{
System.out.println("----- Testing generic args");
bpe = resumeTo("ArgumentValuesTarg", GENERIC_ARGS_LINE_1);
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/com/sun/jdi/connect/spi/GeneratedConnectors.java
Expand Up @@ -25,7 +25,7 @@
* @bug 4287596
* @summary Unit test for "Pluggable Connectors and Transports" feature.
*
* When a transport service is deployed the virtual machine machine
* When a transport service is deployed the virtual machine
* is required to create an AttachingConnector and ListeningConnector
* to encapsulate the transport. This tests that the connectors are
* created and that they have an "address" argument.
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/com/sun/jdi/lib/jdb/Jdb.java
Expand Up @@ -152,7 +152,7 @@ public void shutdown() {
#
# 5) ^main[89] > @
#
# i.e., the > prompt comes out AFTER the prompt we we need to wait for.
# i.e., the > prompt comes out AFTER the prompt we need to wait for.
*/
// compile regexp once
private final static String promptPattern = "<?[a-zA-Z0-9_-]*>?\\[[1-9][0-9]*\\] [ >]*$";
Expand Down

1 comment on commit 7241e35

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.