Comment typo

pull/11807/head
NiLuJe 1 month ago
parent 187710c1f0
commit 10d64af8f4

@ -859,7 +859,7 @@ function Kobo:init()
-- Auto-detect input devices (via FBInk's fbink_input_scan) -- Auto-detect input devices (via FBInk's fbink_input_scan)
local ok, FBInkInput = pcall(ffi.load, "fbink_input") local ok, FBInkInput = pcall(ffi.load, "fbink_input")
if not ok then if not ok then
-- NOP fallback foir the testsuite... -- NOP fallback for the testsuite...
FBInkInput = { fbink_input_scan = NOP } FBInkInput = { fbink_input_scan = NOP }
end end
local dev_count = ffi.new("size_t[1]") local dev_count = ffi.new("size_t[1]")

Loading…
Cancel
Save