diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2017-01-04 19:01:13 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2017-01-04 19:01:13 +0000 |
| commit | 16f60109208481bdf7c28e7ea4c93c661bc49d9d (patch) | |
| tree | 27e7b5bdd7ab59589b46bcee3552651ec689dfdf | |
| parent | Cleanup: remove an unused local enum declaration. (diff) | |
| download | inkscape-16f60109208481bdf7c28e7ea4c93c661bc49d9d.tar.gz inkscape-16f60109208481bdf7c28e7ea4c93c661bc49d9d.zip | |
Correct/rephrase a comment. Remove trailing space.
(bzr r15369.1.11)
| -rw-r--r-- | src/ui/tools/freehand-base.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/tools/freehand-base.h b/src/ui/tools/freehand-base.h index a3e7b42f9..3ee4cd7d0 100644 --- a/src/ui/tools/freehand-base.h +++ b/src/ui/tools/freehand-base.h @@ -76,8 +76,10 @@ public: GSList *white_curves; GSList *white_anchors; - //ALternative curve to use on continuing exisiting curve in case of bspline or spirolive - //because usigh anchor curves give memory and random bugs, - and obscure code- in some plataform reported by su_v in mac + // Alternative curve to use on continuing the exisiting curve in case of + // bspline or spirolive, because using anchor curves gives random memory + // bugs as reported by su_v when running this code on macOS (as well as + // making the code hard to understand). SPCurve *overwrite_curve; // Start anchor |
