Skip to content

Commit 88151c3

Browse files
committed
Fix typo
1 parent 933e630 commit 88151c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/firecracker/swagger/firecracker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,12 +1448,12 @@ definitions:
14481448
type: object
14491449
description: Response containing the bitmap (one bit per page) of dirty pages of guest memory
14501450
required:
1451-
- bitmap:
1451+
- bitmap
14521452
properties:
14531453
bitmap:
14541454
type: array
14551455
description: The dirty bitmap as a vector of u64 values. Each bit respresents if the page is dirty.
1456-
itmes:
1456+
items:
14571457
type: integer
14581458
format: uint64
14591459

0 commit comments

Comments
 (0)