From 30cd6871be9ff03247c649e2bcd97079de3ca92e Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Fri, 4 Jun 2010 21:32:55 +0000 Subject: [PATCH] Harmonized comment style. git-svn-id: svn://svn.cc65.org/cc65/trunk@4714 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/dio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dio.h b/include/dio.h index 5303c949a..dabc71913 100644 --- a/include/dio.h +++ b/include/dio.h @@ -69,10 +69,10 @@ typedef struct { sectsize_t __fastcall__ dio_query_sectsize(dhandle_t handle); -/* queries sector size, currently hardcoded */ +/* returns sector size */ sectnum_t __fastcall__ dio_query_sectcount(dhandle_t handle); -/* Return the sector count for a disk. */ +/* returns sector count */ dhandle_t __fastcall__ dio_open(driveid_t drive_id); /* open drive for subsequent dio access */ -- 2.39.5