aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2025-07-12 17:27:54 -0700
committerPaul Eggert2025-07-13 21:09:39 -0700
commitc35d09edcf04dc3e5cabdc7877c10b7600630d74 (patch)
tree563e248f354e3398c8e81c055d226add5a82fd2e
parent4c4f68be4b7506502c6a4b133b02bb34f097496d (diff)
downloademacs-c35d09edcf04dc3e5cabdc7877c10b7600630d74.tar.gz
emacs-c35d09edcf04dc3e5cabdc7877c10b7600630d74.zip
fileio.c comment spelling fix
-rw-r--r--src/fileio.c2
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];