From 391255472190609d4cddd12bf5d9fc62268fd1d9 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Wed, 30 Apr 2008 12:35:45 +0000 Subject: [PATCH] comment fix --- include/sch_item_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sch_item_struct.h b/include/sch_item_struct.h index 8c14cba217..4128314ace 100644 --- a/include/sch_item_struct.h +++ b/include/sch_item_struct.h @@ -60,7 +60,7 @@ public: /** * Function Save - * writes the data structures for this object out to a FILE in "*.brd" format. + * writes the data structures for this object out to a FILE in "*.sch" format. * @param aFile The FILE to write to. * @return bool - true if success writing else false. */