From e41dec3ef2f94b36c4b97d95e599224c6c7b428f Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Mon, 14 Nov 2005 20:56:54 +0100
Subject: [PATCH] Some comment punctuation.

Rev: src/array.c:1.183
---
 src/array.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/array.c b/src/array.c
index d6bfad7773..a38e7bba9e 100644
--- a/src/array.c
+++ b/src/array.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: array.c,v 1.182 2005/09/12 07:45:47 bill Exp $
+|| $Id: array.c,v 1.183 2005/11/14 19:56:54 nilsson Exp $
 */
 
 #include "global.h"
@@ -2304,9 +2304,9 @@ PMOD_EXPORT void apply_array(struct array *a, INT32 args)
   stack_pop_n_elems_keep_top(args);
 }
 
-/** reverse the elements in an array
- *  if the array has more than one reference, the array will be reversed
- *  into a new array. otherwise, the same array is reversed.
+/** Reverse the elements in an array. If the array has more than one
+ *  reference, the array will be reversed into a new array. Otherwise
+ *  the array will be destructively reversed in place.
  */
 PMOD_EXPORT struct array *reverse_array(struct array *a)
 {
-- 
GitLab