# HG changeset patch # User igerasim # Date 1391804553 -14400 # Node ID 617b9c3a2c6554fd1b0bc52bf2c6c367155ff717 # Parent 269b0b696c0c51a6781dd0f038dc1be0e2f04dbc 8033943: Typo in the documentation for the class Arrays Reviewed-by: martin diff -r 269b0b696c0c -r 617b9c3a2c65 jdk/src/share/classes/java/util/Arrays.java --- a/jdk/src/share/classes/java/util/Arrays.java Tue Feb 11 12:23:28 2014 +0100 +++ b/jdk/src/share/classes/java/util/Arrays.java Sat Feb 08 00:22:33 2014 +0400 @@ -50,7 +50,7 @@ * if the specified array reference is null, except where noted. * *

The documentation for the methods contained in this class includes - * briefs description of the implementations. Such descriptions should + * brief descriptions of the implementations. Such descriptions should * be regarded as implementation notes, rather than parts of the * specification. Implementors should feel free to substitute other * algorithms, so long as the specification itself is adhered to. (For