diff options
Diffstat (limited to 'api/api.c')
-rw-r--r-- | api/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api.c b/api/api.c index 6b114f077f6..457dc36f6fc 100644 --- a/api/api.c +++ b/api/api.c @@ -189,7 +189,7 @@ static int API_get_timer(va_list ap) * * - net: ð_device struct address from list pointed to by eth_devices * - * - storage: block_dev_desc_t struct address from &ide_dev_desc[n], + * - storage: struct blk_desc struct address from &ide_dev_desc[n], * &scsi_dev_desc[n] and similar tables * ****************************************************************************/ |