Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/src/strscpy.h')
-rw-r--r--deps/uv/src/strscpy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/src/strscpy.h b/deps/uv/src/strscpy.h
index cc78149db5f..e8d47247f0d 100644
--- a/deps/uv/src/strscpy.h
+++ b/deps/uv/src/strscpy.h
@@ -28,7 +28,7 @@
*/
#include "uv.h"
-/* Copies up to |n-1| bytes from |d| to |s| and always zero-terminates
+/* Copies up to |n-1| bytes from |s| to |d| and always zero-terminates
* the result, except when |n==0|. Returns the number of bytes copied
* or UV_E2BIG if |d| is too small.
*