Skip to content

Commit ce6ff20

Browse files
committed
Fix comments
Signed-off-by: Stefan Weil <[email protected]>
1 parent 8c56b8f commit ce6ff20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ccstruct/points.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ const ICOORD & op2) {
412412
**********************************************************************/
413413

414414
inline ICOORD &
415-
operator-= ( //sum vectors
415+
operator-= ( //subtract vectors
416416
ICOORD & op1, //operands
417417
const ICOORD & op2) {
418418
op1.xcoord -= op2.xcoord;
@@ -638,7 +638,7 @@ const FCOORD & op2) {
638638
**********************************************************************/
639639

640640
inline FCOORD &
641-
operator-= ( //sum vectors
641+
operator-= ( //subtract vectors
642642
FCOORD & op1, //operands
643643
const FCOORD & op2) {
644644
op1.xcoord -= op2.xcoord;

0 commit comments

Comments
 (0)