8210341: (fs) Typos in PosixFileAttributeView javadoc
authoralanb
Tue, 04 Sep 2018 11:35:35 +0100
changeset 51626 0514d4c30cf1
parent 51625 c265860d5d45
child 51627 d5ba88422499
8210341: (fs) Typos in PosixFileAttributeView javadoc Reviewed-by: dfuchs
src/java.base/share/classes/java/nio/file/attribute/PosixFileAttributeView.java
--- a/src/java.base/share/classes/java/nio/file/attribute/PosixFileAttributeView.java	Tue Sep 04 12:18:35 2018 +0200
+++ b/src/java.base/share/classes/java/nio/file/attribute/PosixFileAttributeView.java	Tue Sep 04 11:35:35 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2018, 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
@@ -50,7 +50,7 @@
  *
  * <p> The {@link PosixFileAttributes#permissions() permissions} attribute is a
  * set of access permissions. This file attribute view provides access to the nine
- * permission defined by the {@link PosixFilePermission} class.
+ * permission bits defined by the {@link PosixFilePermission} class.
  * These nine permission bits determine the <em>read</em>, <em>write</em>, and
  * <em>execute</em> access for the file owner, group, and others (others
  * meaning identities other than the owner and members of the group). Some
@@ -126,7 +126,7 @@
  * </pre>
  *
  * <p> When the access permissions are set at file creation time then the actual
- * value of the permissions may differ that the value of the attribute object.
+ * value of the permissions may differ from the value of the attribute object.
  * The reasons for this are implementation specific. On UNIX systems, for
  * example, a process has a <em>umask</em> that impacts the permission bits
  * of newly created files. Where an implementation supports the setting of