summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2010-05-05 09:20:18 +0000
committerHui Zhu <teawater@gmail.com>2010-05-05 09:20:18 +0000
commite6a6f67279ed4843912e864c540ee6601ac5f5ec (patch)
tree67f969b5ce64634c6e901aa5747561cca7be60b3 /gdb/gdbarch.h
parent54952cba3d95276f558ac80a992d96e01cbf4dc1 (diff)
downloadgdb-e6a6f67279ed4843912e864c540ee6601ac5f5ec.tar.gz
2010-05-05 Hui Zhu <teawater@gmail.com>
* gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 6ccabfc1807..71da45be488 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -950,9 +950,9 @@ extern void set_gdbarch_auto_wide_charset (struct gdbarch *gdbarch, gdbarch_auto
extern const char * gdbarch_solib_symbols_extension (struct gdbarch *gdbarch);
extern void set_gdbarch_solib_symbols_extension (struct gdbarch *gdbarch, const char * solib_symbols_extension);
-/* If true the target OS has DOS-based file system semantics. That is,
- absolute paths include a drive name, and the backslash is considered
- a path separator. */
+/* If true, the target OS has DOS-based file system semantics. That
+ is, absolute paths include a drive name, and the backslash is
+ considered a directory separator. */
extern int gdbarch_has_dos_based_file_system (struct gdbarch *gdbarch);
extern void set_gdbarch_has_dos_based_file_system (struct gdbarch *gdbarch, int has_dos_based_file_system);