From e3b9fc5ac3404674d388834316e9bcd7ced235db Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 3 Jul 2025 10:53:14 +0200 Subject: [PATCH] emulator: Fix typos Found using codespell. --- emulator/btdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/btdev.c b/emulator/btdev.c index 555f55e52..cc844fc3a 100644 --- a/emulator/btdev.c +++ b/emulator/btdev.c @@ -273,7 +273,7 @@ struct inquiry_data { int iter; }; -#define DEFAULT_INQUIRY_INTERVAL 100 /* 100 miliseconds */ +#define DEFAULT_INQUIRY_INTERVAL 100 /* 100 milliseconds */ #define MAX_BTDEV_ENTRIES 16 -- 2.47.3