Fix comment about the signature of add_separate_debug_file
[deliverable/binutils-gdb.git] / gdb / python / py-objfile.c
index 199c567a044ffa1b60a401ff8f4f28d60be79c5f..15735c850152f6aca5e4f1d5c828ebbad79f8938 100644 (file)
@@ -406,7 +406,7 @@ objfpy_is_valid (PyObject *self, PyObject *args)
   Py_RETURN_TRUE;
 }
 
-/* Implementation of gdb.Objfile.add_separate_debug_file (self) -> Boolean.  */
+/* Implementation of gdb.Objfile.add_separate_debug_file (self, string). */
 
 static PyObject *
 objfpy_add_separate_debug_file (PyObject *self, PyObject *args, PyObject *kw)
This page took 0.024022 seconds and 4 git commands to generate.