aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2017-07-01 20:00:34 +0200
committerPhilipp Stephani2017-07-01 20:02:24 +0200
commit11cbedc68725a7a38d292180bbcda41d2aa3e0fc (patch)
tree7fd5cc07d733b275c5f30de865f8e51e5bfbd85c
parentc2f518cd73834099a67637cd69b4162e0e41f0e5 (diff)
downloademacs-11cbedc68725a7a38d292180bbcda41d2aa3e0fc.tar.gz
emacs-11cbedc68725a7a38d292180bbcda41d2aa3e0fc.zip
* src/module-env-25.h (copy_string_contents): Fix comment.
-rw-r--r--src/module-env-25.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module-env-25.h b/src/module-env-25.h
index 17e67004b24..675010b995b 100644
--- a/src/module-env-25.h
+++ b/src/module-env-25.h
@@ -92,7 +92,7 @@
92 92
93 SIZE must point to the total size of the buffer. If BUFFER is 93 SIZE must point to the total size of the buffer. If BUFFER is
94 NULL or if SIZE is not big enough, write the required buffer size 94 NULL or if SIZE is not big enough, write the required buffer size
95 to SIZE and return false. 95 to SIZE and return true.
96 96
97 Note that SIZE must include the last null byte (e.g. "abc" needs 97 Note that SIZE must include the last null byte (e.g. "abc" needs
98 a buffer of size 4). 98 a buffer of size 4).