From 0f476b99b71c2f86970b23d47d22730d77428caf Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 22 May 2005 04:16:36 +0000
Subject: [PATCH] comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2531 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/nano.h b/src/nano.h
index fcfc2278..d86a41de 100644
--- a/src/nano.h
+++ b/src/nano.h
@@ -284,8 +284,8 @@ typedef struct historyheadtype {
 } historyheadtype;
 #endif
 
-/* Bitwise flags so we can save space (or more correctly, not waste
- * it). */
+/* Bitwise flags so that we can save space (or, more correctly, not
+ * waste it). */
 #define MODIFIED		(1<<0)
 #define CASE_SENSITIVE		(1<<1)
 #define MARK_ISSET		(1<<2)
@@ -318,7 +318,7 @@ typedef struct historyheadtype {
 #define MORE_SPACE		(1<<29)
 #define NO_UTF8			(1<<30)
 
-/* Control key sequences, changing these would be very very bad. */
+/* Control key sequences.  Changing these would be very, very bad. */
 #define NANO_CONTROL_SPACE 0
 #define NANO_CONTROL_A 1
 #define NANO_CONTROL_B 2
-- 
GitLab