2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2026-03-09 12:53:24 +00:00

nvme.asm: typo fix

This commit is contained in:
2024-08-26 21:59:25 -04:00
parent c25f224e4b
commit 456b0c1803

View File

@@ -113,7 +113,7 @@ endp
; Registers the NVMe disk into KolibriOS. This requires that the
; device was successfully initialized by nvme_init, otherwise this
; has will have undefined behavior.
; will have undefined behavior.
proc add_nvme_disk stdcall, pci:dword
push esi