From 7c85cc9891089ba2601d7be8510dc063a10c0ff5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:33:51 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbus.c') diff --git a/libbus.c b/libbus.c index 85fbdb6..f13047d 100644 --- a/libbus.c +++ b/libbus.c @@ -180,8 +180,8 @@ /** - * If `flags & (bus_flag)`, this macro evalutes to `sys_flag`, - * otherwise this macro evalutes to 0. + * If `flags & (bus_flag)`, this macro evaluates to `sys_flag`, + * otherwise this macro evaluates to 0. */ #define F(bus_flag, sys_flag) \ ((flags & (bus_flag)) ? sys_flag : 0) -- cgit v1.2.3-70-g09d2