From 8bd8398ff1143c46665c04848e92fe1a34919475 Mon Sep 17 00:00:00 2001 From: batt Date: Fri, 24 Apr 2009 16:39:09 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2665 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_battfs.h | 4 ++-- bertos/kern/signal.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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$ * -- 2.25.1