Javadoc
diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
index dc794e7..42cc86d 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
@@ -17,7 +17,7 @@
 package org.apache.commons.vfs2;
 
 /**
- * Information about a file, that is used to select files during the traversal of a hierarchy.
+ * Gets information about a file, used to select files during the traversal of a hierarchy.
  * <p>
  * TODO - Rename this interface, as it is used by both FileSelector and FileVisitor.
  * </p>