brasero r1052 - in trunk: . src



Author: philippr
Date: Tue Aug  5 16:03:58 2008
New Revision: 1052
URL: http://svn.gnome.org/viewvc/brasero?rev=1052&view=rev

Log:

	Some comments fixed

	* src/burn-medium.c (brasero_medium_track_volume_size),
	(brasero_medium_track_get_info),
	(brasero_medium_get_sessions_info):


Modified:
   trunk/ChangeLog
   trunk/src/burn-medium.c

Modified: trunk/src/burn-medium.c
==============================================================================
--- trunk/src/burn-medium.c	(original)
+++ trunk/src/burn-medium.c	Tue Aug  5 16:03:58 2008
@@ -899,7 +899,7 @@
 	 * still add data (with growisofs). It is nevertheless on the 
 	 * condition that the fs is valid.
 	 * So we check if their first and only volume is valid. 
-	 * That's also used when the track size is reported 300 Kio
+	 * That's also used when the track size is reported 300 KiB
 	 * see below */
 	vol = brasero_volume_source_open_device_handle (handle, NULL);
 	res = brasero_volume_get_size (vol,
@@ -1020,7 +1020,7 @@
 
 	if (track->blocks_num <= 300) {
 		/* Now here is a potential bug: we can write tracks (data or
-		 * not) shorter than 300 Kio /2 sec but they will be padded to
+		 * not) shorter than 300 KiB /2 sec but they will be padded to
 		 * reach this floor value. It means that blocks_num is always
 		 * 300 blocks even if the data length on the track is actually
 		 * shorter.
@@ -1230,7 +1230,7 @@
 		||  BRASERO_MEDIUM_IS (priv->info, BRASERO_MEDIUM_DVDRW_RESTRICTED)) {
 			BraseroBurnResult result;
 
-			/* a special case for these two kinds of media (DVD+RW)
+			/* A special case for these two kinds of media (DVD+RW)
 			 * which have only one track: the first. Since it's not
 			 * possible to know the amount of data that were really
 			 * written in this session, read the filesystem. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]