From 89b86d0d49400d8bf9f1cdb6d7ad5ea2d10baf8e Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 5 Apr 2003 19:31:48 +0000 Subject: [PATCH] add notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8195 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Scrub2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/engine/Scrub2.h b/src/engine/Scrub2.h index 044e3f1d08..f6189566bb 100644 --- a/src/engine/Scrub2.h +++ b/src/engine/Scrub2.h @@ -26,9 +26,9 @@ * * * Provides a set of functions and utilities for checking and - * repairing ('scrubbing clean') stock and commodity accounts - * to use Lots & accounting schedules so that books can be closed. - * + * repairing ('scrubbing clean') the usage of Lots and lot balances + * in stock and commodity accounts. Broken lots are repaired using + * a first-in, first-out (FIFO) accounting schedule. */ #ifndef XACC_SCRUB2_H