1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00

Fixed typo in comment

This commit is contained in:
John Cortell 2009-09-24 16:30:49 +00:00
parent 8eb87bb88c
commit 32e43ab605

View file

@ -111,7 +111,7 @@ public class FormattedValueVMUtil {
!update.getProperties().contains(IDebugVMConstants.PROP_FORMATTED_VALUE_ACTIVE_FORMAT) &&
!update.getProperties().contains(IDebugVMConstants.PROP_FORMATTED_VALUE_ACTIVE_FORMAT_VALUE))
{
// Update is not requesting any formatted value information, so just skip it. If specitic formats were
// Update is not requesting any formatted value information, so just skip it. If specific formats were
// requested for this update, they will still be retrieved by updateFormattedValuesWithAvailableFormats.
continue;
}