aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/mail.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-29 18:06:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-29 18:06:23 +0000
commit45591068e82af264fded4a5e66a70674e59c9e1c (patch)
treea08c409319ce490f4db51f1e05fee3d11093f766 /os/various/mail.c
parenta4283e0d49d6a527d84fb5be020f75cecfda4edc (diff)
downloadChibiOS-45591068e82af264fded4a5e66a70674e59c9e1c.tar.gz
ChibiOS-45591068e82af264fded4a5e66a70674e59c9e1c.tar.bz2
ChibiOS-45591068e82af264fded4a5e66a70674e59c9e1c.zip
Reformatting and documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4147 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/mail.c')
-rw-r--r--os/various/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/mail.c b/os/various/mail.c
index cebd44457..5702b0be8 100644
--- a/os/various/mail.c
+++ b/os/various/mail.c
@@ -32,7 +32,7 @@
/**
* @brief Initializes a Mail Pool.
* @note The number of the mail objects in the mail pool should be at
- * least <b>2+size(mailbox)<b>, this considering one writer and
+ * least <b>2+size(mailbox)</b>, this considering one writer and
* one reader, add one element for each extra reader or writer in
* order to avoid waiting on the mail pool. A smaller number of
* elements can be specified if waiting on the pool is acceptable.