summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-12-09 16:26:46 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-12-09 16:27:23 -0800
commitcc857dd0db0fad257747134bdbd8318a21d12cab (patch)
tree28f4f2f61569bce9c3002a1d948edf080dbabe2d /src/alloc.c
parentc54f8f8aebe27089a1f84d9fc24b37c93762a7e5 (diff)
downloademacs-cc857dd0db0fad257747134bdbd8318a21d12cab.tar.gz
Fix misspellings like "an unibyte buffer"
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 1019c2af6cc..35a5ee2784f 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -2226,7 +2226,7 @@ make_string (const char *contents, ptrdiff_t nbytes)
return val;
}
-/* Make an unibyte string from LENGTH bytes at CONTENTS. */
+/* Make a unibyte string from LENGTH bytes at CONTENTS. */
Lisp_Object
make_unibyte_string (const char *contents, ptrdiff_t length)
@@ -2295,7 +2295,7 @@ make_specified_string (const char *contents,
}
-/* Return an unibyte Lisp_String set up to hold LENGTH characters
+/* Return a unibyte Lisp_String set up to hold LENGTH characters
occupying LENGTH bytes. */
Lisp_Object