8231149: (fs) Small verbiage errors in java.nio.file package documentation
authorbpb
Thu, 19 Sep 2019 12:01:36 -0700
changeset 58234 0cc0fd308822
parent 58233 89033e6641ed
child 58235 932b94295034
8231149: (fs) Small verbiage errors in java.nio.file package documentation Reviewed-by: lancea, alanb
src/java.base/share/classes/java/nio/file/package-info.java
--- a/src/java.base/share/classes/java/nio/file/package-info.java	Thu Sep 19 20:26:53 2019 +0200
+++ b/src/java.base/share/classes/java/nio/file/package-info.java	Thu Sep 19 12:01:36 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -34,7 +34,7 @@
  * platform default provider, or to construct other provider implementations. </p>
  *
  * <h2><a id="links">Symbolic Links</a></h2>
- * <p> Many operating systems and file systems support for <em>symbolic links</em>.
+ * <p> Many operating systems and file systems have support for <em>symbolic links</em>.
  * A symbolic link is a special file that serves as a reference to another file.
  * For the most part, symbolic links are transparent to applications and
  * operations on symbolic links are automatically redirected to the <em>target</em>
@@ -62,8 +62,8 @@
  * to caching performed by the underlying operating system and delays induced by
  * network-filesystem protocols. This is true regardless of the language in which
  * these other programs are written, and whether they are running on the same machine
- * or on some other machine.  The exact nature of any such inconsistencies are
- * system-dependent and are therefore unspecified. </p>
+ * or on some other machine.  The exact nature of any such inconsistencies is
+ * system-dependent and therefore unspecified. </p>
  *
  * <h2><a id="integrity">Synchronized I/O File Integrity</a></h2>
  * <p> The {@link java.nio.file.StandardOpenOption#SYNC SYNC} and {@link