X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FOSD%2FOSD_Parallel.cxx;h=30fc2ad27954076ff8f2e298a29056eefc7151b4;hp=d112341eb6e89e05605998353a2e81d4d2f6acb1;hb=23fe70ec520ed057cbf65bbf2386c3ce0632aae5;hpb=331bcfc0d0fdda71809aa443a205e9ffad6f7036 diff --git a/src/OSD/OSD_Parallel.cxx b/src/OSD/OSD_Parallel.cxx index d112341eb6..30fc2ad279 100644 --- a/src/OSD/OSD_Parallel.cxx +++ b/src/OSD/OSD_Parallel.cxx @@ -140,7 +140,7 @@ namespace { return aCpuMask; } - // if we're not at the end of the item, expect a dash and and integer; extract end value. + // if we're not at the end of the item, expect a dash and integer; extract end value. int anIndexUpper = anIndexLower; if (aCharIter < aChunkEnd && *aCharIter == '-') {