From: Andre Noll Date: Sun, 21 Oct 2012 09:31:57 +0000 (+0200) Subject: buffer_tree.c: Fix a typo. X-Git-Tag: v0.4.12~12 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=fde803d8aba1d77d415698981f743abb2f108ef0 buffer_tree.c: Fix a typo. --- diff --git a/buffer_tree.c b/buffer_tree.c index 30f875fa..63be36d7 100644 --- a/buffer_tree.c +++ b/buffer_tree.c @@ -878,7 +878,7 @@ size_t btr_get_output_queue_size(struct btr_node *btrn) } /** - * Execute a inter-node command on the given node or on a parent node. + * Execute an inter-node command on the given node or on a parent node. * * \param btrn The node to start looking. * \param command The command to execute.