From 0a045b890b6afe7f79da3238c97cd973978cbfdd Mon Sep 17 00:00:00 2001 From: Bert Timmerman Date: Sun, 28 Nov 2010 13:21:06 +0100 Subject: [PATCH 1/1] Correction in comment. --- src/hid/openscad/openscad.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/hid/openscad/openscad.c b/src/hid/openscad/openscad.c index db949b9..dd34efe 100644 --- a/src/hid/openscad/openscad.c +++ b/src/hid/openscad/openscad.c @@ -513,7 +513,7 @@ openscad_print (void) sumy = 0.0; found_pin1 = 0; found_pin2 = 0; - /* Insert this component into the bill of materials list. */ + /* Insert this component into the list of OpenSCAD models. */ openscad = openscad_insert ( EMPTY (NAMEONPCB_NAME (element)), -- 1.7.2.3