jdk/src/java.base/share/classes/java/nio/file/attribute/package-info.java
changeset 27263 819f5f87d485
parent 26960 d280345c2cfb
child 32143 394ab6a6658d
--- a/jdk/src/java.base/share/classes/java/nio/file/attribute/package-info.java	Mon Oct 27 16:24:43 2014 -0700
+++ b/jdk/src/java.base/share/classes/java/nio/file/attribute/package-info.java	Tue Oct 28 15:36:27 2014 +0300
@@ -51,7 +51,7 @@
  * <p> An attribute view provides a read-only or updatable view of the non-opaque
  * values, or <em>metadata</em>, associated with objects in a file system.
  * The {@link java.nio.file.attribute.FileAttributeView} interface is
- * extended by several other interfaces that views to specific sets of file
+ * extended by several other interfaces that provide views to specific sets of file
  * attributes. {@code FileAttributeViews} are selected by invoking the {@link
  * java.nio.file.Files#getFileAttributeView} method with a
  * <em>type-token</em> to identify the required view. Views can also be identified