From: batt Date: Fri, 24 Apr 2009 16:39:09 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.1.0~17 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=8bd8398ff1143c46665c04848e92fe1a34919475 Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2665 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_battfs.h b/bertos/cfg/cfg_battfs.h index 83210974..fb438a08 100644 --- a/bertos/cfg/cfg_battfs.h +++ b/bertos/cfg/cfg_battfs.h @@ -57,8 +57,8 @@ #define BATTFS_LOG_FORMAT LOG_FMT_VERBOSE /** - * Set to 1 to enable free page shuffling: this - * increase memories life but makes debugging + * Set to 1 to enable free page shuffling. + * This increase memories life but makes debugging * more difficult due to its unrepeteable state. * $WIZ$ type = "boolean" */ diff --git a/bertos/kern/signal.h b/bertos/kern/signal.h index 1118af8a..ffec2891 100644 --- a/bertos/kern/signal.h +++ b/bertos/kern/signal.h @@ -31,7 +31,7 @@ * * --> * - * \brief Signal module (public interface). + * \brief Signal module for IPC. * * \version $Id$ *