Index: ChangeLog
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index f820ff63170b119bc5cd0174c564144acfb1bc59..5b39abfcb043f6d2e2d2094cb397787e7a1cd4c9 100644 (file)
@@ -85,11 +85,11 @@ struct lwp_info *iterate_over_lwps (int (*callback) (struct lwp_info *,
                                                     void *), 
                                    void *data);
 
-/* Create a prototype generic Linux target.  The client can override
-   it with local methods.  */
+/* Create a prototype generic GNU/Linux target.  The client can
+   override it with local methods.  */
 struct target_ops * linux_target (void);
 
-/* Register the customized Linux target.  This should be used
+/* Register the customized GNU/Linux target.  This should be used
    instead of calling add_target directly.  */
 void linux_nat_add_target (struct target_ops *);
 
This page took 0.024726 seconds and 4 git commands to generate.