From 1b423139e6b9997bdda97e32d1575df41f62cd0a Mon Sep 17 00:00:00 2001
From: Audun Wilhelmsen <skyfex@gmail.com>
Date: Thu, 20 Mar 2014 23:47:50 +0100
Subject: Fixed typo and line breaks in docs

---
 doc/manual.txt | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

(limited to 'doc/manual.txt')

diff --git a/doc/manual.txt b/doc/manual.txt
index 9497e957d..08ed6f8d1 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -5392,9 +5392,14 @@ should scan unions conservatively.
 
 Packed pragma
 -------------
-The `packed`:idx: pragma can be applied to any ``object`` type. It ensures that the fields of an object is packed back-to-back in memory. It is useful to store packets or messages from/to network or hardware drivers, and for interoperability with C. Combining packed pragma with inheritance is not defined, and it should not be used with GC'ed memory (ref's).  
-
-**Future directions**: Using GC'ed memory in packed pragma will result in compile-time error. Usage with inheretinence should be defined and documented.
+The `packed`:idx: pragma can be applied to any ``object`` type. It ensures 
+that the fields of an object is packed back-to-back in memory. It is useful 
+to store packets or messages from/to network or hardware drivers, and for 
+interoperability with C. Combining packed pragma with inheritance is not 
+defined, and it should not be used with GC'ed memory (ref's).  
+
+**Future directions**: Using GC'ed memory in packed pragma will result in 
+compile-time error. Usage with inheritance should be defined and documented.
 
 Unchecked pragma
 ----------------
-- 
cgit 1.4.1-2-gfad0