From 76e210d8b96381455319ddf5fd2be711577a9577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 4 Jan 2019 09:47:24 +0100 Subject: Fix typos in lib/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Rühsen --- lib/mbuffers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mbuffers.c') diff --git a/lib/mbuffers.c b/lib/mbuffers.c index 2e4c62a295..24395e6496 100644 --- a/lib/mbuffers.c +++ b/lib/mbuffers.c @@ -324,7 +324,7 @@ _mbuffer_append_data(mbuffer_st * bufel, void *newdata, #ifdef ENABLE_ALIGN16 # define ALIGN_SIZE 16 -/* Allocate a 16-byte alligned buffer segment. The segment is not initially "owned" by +/* Allocate a 16-byte aligned buffer segment. The segment is not initially "owned" by * any buffer. * * maximum_size: Amount of data that this segment can contain. -- cgit v1.2.1