diff options
Diffstat (limited to 'gdb/auto-load.c')
-rw-r--r-- | gdb/auto-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/auto-load.c b/gdb/auto-load.c index 43d007c..71f0ecd 100644 --- a/gdb/auto-load.c +++ b/gdb/auto-load.c @@ -364,7 +364,7 @@ filename_is_in_pattern_1 (char *filename, char *pattern) for (;;) { /* Trim trailing slashes ("/"). PATTERN also has slashes trimmed the - same way so they will match. */ + same way so they will match. */ while (filename_len && IS_DIR_SEPARATOR (filename[filename_len - 1])) filename_len--; filename[filename_len] = '\0'; |