summaryrefslogtreecommitdiffstats
path: root/common/block.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/block.c')
-rw-r--r--common/block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/block.c b/common/block.c
index 02be80d7cc..39275dc418 100644
--- a/common/block.c
+++ b/common/block.c
@@ -27,7 +27,7 @@
LIST_HEAD(block_device_list);
-/* a chunk of contigous data */
+/* a chunk of contiguous data */
struct chunk {
void *data; /* data buffer */
int block_start; /* first block in this chunk */