diff options
| author | Paul Eggert | 2025-07-12 17:27:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2025-07-13 21:09:39 -0700 |
| commit | c35d09edcf04dc3e5cabdc7877c10b7600630d74 (patch) | |
| tree | 563e248f354e3398c8e81c055d226add5a82fd2e | |
| parent | 4c4f68be4b7506502c6a4b133b02bb34f097496d (diff) | |
| download | emacs-c35d09edcf04dc3e5cabdc7877c10b7600630d74.tar.gz emacs-c35d09edcf04dc3e5cabdc7877c10b7600630d74.zip | |
fileio.c comment spelling fix
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 70433f4d330..221cb175dd8 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -860,7 +860,7 @@ usage: (file-name-concat DIRECTORY &rest COMPONENTS) */) | |||
| 860 | ptrdiff_t i; | 860 | ptrdiff_t i; |
| 861 | 861 | ||
| 862 | /* First go through the list to check the types and see whether | 862 | /* First go through the list to check the types and see whether |
| 863 | they're all of the same multibytedness. */ | 863 | they're all of the same multibyteness. */ |
| 864 | for (i = 0; i < nargs; i++) | 864 | for (i = 0; i < nargs; i++) |
| 865 | { | 865 | { |
| 866 | Lisp_Object arg = args[i]; | 866 | Lisp_Object arg = args[i]; |