diff --git a/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java b/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java index e0c3ae247244f..6244badce6507 100644 --- a/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java +++ b/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java @@ -74,7 +74,7 @@ private static void setCreationTime(Path file, FileTime time) throws IOException /** * read the output of linux command `stat -c "%w" file`, if the output is "-", - * then the file system doesn't support birth time + * then the file system doesn't support birth time */ public static boolean supportBirthTimeOnLinux(Path file) { try {