Skip to content

Commit d792e6d

Browse files
committed
Fix typos and comments
1 parent f0b1df8 commit d792e6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/lib/jdk/test/lib/format/Diff.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
package jdk.test.lib.format;
2828

2929
/**
30-
* An abstraction representing formattabe difference between two or more objects
30+
* An abstraction representing formattable difference between two or more objects
3131
*/
3232
public interface Diff {
3333

test/lib/jdk/test/lib/format/Format.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

0 commit comments

Comments
 (0)