From 723a5e86579f53060b33d1f9efadad6c9871ab3e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 13 Nov 2013 06:05:21 -0800 Subject: [PATCH] sv.c apidocs: SV_NOSTEAL, not NOSTEAL NOSTEAL is nonexistent. While abbreviating constants may be fine for comments, using such forms in API documentation may be less than helpful. --- sv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv.c b/sv.c index 06ef9ed..a9532e4 100644 --- a/sv.c +++ b/sv.c @@ -3680,7 +3680,7 @@ Loosely speaking, it performs a copy-by-value, obliterating any previous content of the destination. If the C parameter has the C bit set, will C on C if appropriate, else not. If the C -parameter has the C bit set then the +parameter has the C bit set then the buffers of temps will not be stolen. and C are implemented in terms of this function. -- 2.7.4