diff liboctave/util/unwind-prot.h @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents f4d7d0eb5b0c
children 949cb46e6bdb
line wrap: on
line diff
--- a/liboctave/util/unwind-prot.h	Thu May 19 19:42:57 2016 -0400
+++ b/liboctave/util/unwind-prot.h	Thu May 19 18:48:52 2016 -0700
@@ -110,10 +110,9 @@
     unwind_protect& operator = (const unwind_protect&);
   };
 
-  // Like unwind_protect, but this one will guard against the
-  // possibility of seeing an exception (or interrupt) in the cleanup
-  // actions. Not that we can do much about it, but at least we won't
-  // crash.
+  // Like unwind_protect, but this one will guard against the possibility
+  // of seeing an exception (or interrupt) in the cleanup actions.
+  // Not that we can do much about it, but at least we won't crash.
 
   class
   OCTAVE_API