projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f518c
)
* src/module-env-25.h (copy_string_contents): Fix comment.
author
Philipp Stephani
<phst@google.com>
Sat, 1 Jul 2017 18:00:34 +0000
(20:00 +0200)
committer
Philipp Stephani
<phst@google.com>
Sat, 1 Jul 2017 18:02:24 +0000
(20:02 +0200)
src/module-env-25.h
patch
|
blob
|
history
diff --git
a/src/module-env-25.h
b/src/module-env-25.h
index 17e67004b24c91f9a163e8d1d4641b57501bb597..675010b995bbe640b1b257fba90e69b6afd15b76 100644
(file)
--- a/
src/module-env-25.h
+++ b/
src/module-env-25.h
@@
-92,7
+92,7
@@
SIZE must point to the total size of the buffer. If BUFFER is
NULL or if SIZE is not big enough, write the required buffer size
- to SIZE and return
fals
e.
+ to SIZE and return
tru
e.
Note that SIZE must include the last null byte (e.g. "abc" needs
a buffer of size 4).