Skip to content

Commit ef6d632

Browse files
committed
Fix typo
1 parent c48a86d commit ef6d632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/femu/ocssd/oc20.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static int oc20_lba_str(char *buf, FemuCtrl *n, NvmeNamespace *ns, uint64_t lba)
4545
}
4646
#endif
4747

48-
#ifdef DEUBUG_OC20
48+
#ifdef DEBUG_OC20
4949
static void pr_lba(Oc20Namespace *lns, uint64_t lba)
5050
{
5151
Oc20AddrF *addrf = &lns->lbaf;

0 commit comments

Comments
 (0)