=doc fix double 'the' in some docs (#21881)

This commit is contained in:
kenji yoshida 2016-11-22 10:14:37 +09:00 committed by Konrad Malawski
parent 6508e1175f
commit aebfda540d
7 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@ import java.util.concurrent.atomic.AtomicLong;
/**
* Application to print out errors recorded in the command-and-control (cnc) file is maintained by media driver in shared
* memory. This application reads the the cnc file and prints the distinct errors. Layout of the cnc file is described in
* memory. This application reads the cnc file and prints the distinct errors. Layout of the cnc file is described in
* {@link CncFileDescriptor}.
*/
public class AeronErrorLog