OSDN Git Service

Fix typo in comment.
authorbrolley <brolley>
Tue, 20 Jun 2006 18:40:36 +0000 (18:40 +0000)
committerbrolley <brolley>
Tue, 20 Jun 2006 18:40:36 +0000 (18:40 +0000)
sid/component/loader/compLoader.cxx

index 82ded1a..da6af1e 100644 (file)
@@ -420,7 +420,7 @@ void
 elf_loader::check_function_pin_handler (host_int_4 addr)
 {
   // Find the function corresponding to the given address in the symbol
-  // table, if any, and set current_function to that name. If no function is
+  // table, if any, and set current_function to that name. If a function is
   // found, set current_function to a string representing the address.
   if (symbol_table)
     {