]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote-fileio.h
2011-01-10 Michael Snyder <msnyder@vmware.com>
[thirdparty/binutils-gdb.git] / gdb / remote-fileio.h
index b9e15eab07d839e1c2de4c6e9818dd1743a7892e..2f9558968ee69865daae92dde1cca1d4d499b75e 100644 (file)
@@ -18,7 +18,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-/* See the GDB User Guide for details of the GDB remote protocol. */
+/* See the GDB User Guide for details of the GDB remote protocol.  */
 
 #ifndef REMOTE_FILEIO_H
 #define REMOTE_FILEIO_H
 struct cmd_list_element;
 
 /* Unified interface to remote fileio, called in remote.c from
-   remote_wait () and remote_async_wait () */
+   remote_wait () and remote_async_wait () */
 extern void remote_fileio_request (char *buf, int ctrlc_pending_p);
 
 /* Cleanup any remote fileio state.  */
 extern void remote_fileio_reset (void);
 
-/* Called from _initialize_remote () */
+/* Called from _initialize_remote () */
 extern void initialize_remote_fileio (
   struct cmd_list_element *remote_set_cmdlist,
   struct cmd_list_element *remote_show_cmdlist);