Apply Tim walls octest vs bytes patch
[deliverable/binutils-gdb.git] / bfd / coffgen.c
index 547a15f883cadc79e4303d60c9f2676dfc600f86..9884e926707be663cabba87b62b93898cf2c7f47 100644 (file)
@@ -2136,10 +2136,9 @@ _bfd_coff_is_local_label_name (abfd, name)
   return name[0] == '.' && name[1] == 'L';
 }
 
-/* Provided a BFD, a section and an offset into the section, calculate
-   and return the name of the source file and the line nearest to the
-   wanted location.  */
-
+/* Provided a BFD, a section and an offset (in bytes, not octets) into the
+   section, calculate and return the name of the source file and the line
+   nearest to the wanted location.  */
 /*ARGSUSED*/
 boolean
 coff_find_nearest_line (abfd, section, symbols, offset, filename_ptr,
This page took 0.023628 seconds and 4 git commands to generate.