From fde803d8aba1d77d415698981f743abb2f108ef0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 21 Oct 2012 11:31:57 +0200 Subject: [PATCH 1/1] buffer_tree.c: Fix a typo. --- buffer_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2