diff options
Diffstat (limited to 'libjava/gnu/java/rmi/rmic/CompilerProcess.java')
-rw-r--r-- | libjava/gnu/java/rmi/rmic/CompilerProcess.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/java/rmi/rmic/CompilerProcess.java b/libjava/gnu/java/rmi/rmic/CompilerProcess.java index 0de36b6..d190785 100644 --- a/libjava/gnu/java/rmi/rmic/CompilerProcess.java +++ b/libjava/gnu/java/rmi/rmic/CompilerProcess.java @@ -51,7 +51,7 @@ public abstract class CompilerProcess extends Compiler /** * This is used to compute the command line for the process. * Most compilers typically arrange their arguments as in - * <compiler name and arguments> <optional destination> <filename>. + * <compiler name and arguments> <optional destination> <filename>. * This method builds an argument array out that. It should be used * to define computeArguments for those compilers that follow the * argument convention described above. |