diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IInputOrder.java b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IInputOrder.java index 7db54fe6bcc..a0862d17a71 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IInputOrder.java +++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IInputOrder.java @@ -53,7 +53,7 @@ public interface IInputOrder { * In most cases, only a single integer value will be specified. A list is supported * for the case where a single input file needs to be specified multiple times on the * command line. The order numbers begin at 1. Not all values need to be specified. - * Unordered resources will fill the first “gap”. For example: + * Unordered resources will fill the first "gap". For example: * • To specify the first input file, use 1. * • To specify the last input file, without specifying an order for any other input file, use 2. * • To specify only the first two input files and last input file, use 1, 2 & 4. diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IOutputType.java b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IOutputType.java index 073866ffdc2..a74412c09b2 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IOutputType.java +++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IOutputType.java @@ -111,7 +111,7 @@ public interface IOutputType extends IBuildObject { /** * Returns the id of the option that is associated with this * output type on the command line. The default is to use the Tool - * “outputFlag” attribute if primaryOutput is True. If option is not + * "outputFlag" attribute if primaryOutput is True. If option is not * specified, and primaryOutput is False, then the output file(s) of * this outputType are not added to the command line. * When specified, the namePattern, nameProvider and outputNames are ignored.