Documentation, comments and code formatting improvements

Small documentation corrections.

Improve comments in codes, spelling corrections, comment formatting

Wrap long source code lines so there are fewer lines over 80 columns and very few over 120 columns

NO changes to actual source or interface
diff --git a/cmd_line_main.c b/cmd_line_main.c
index f40c961..9c93703 100644
--- a/cmd_line_main.c
+++ b/cmd_line_main.c
@@ -1,14 +1,14 @@
 /*==============================================================================
   cmd_line_mainc.c -- Runs tests for QCBOR encoder / decoder
 
- Copyright (c) 2018-2019, Laurence Lundblade. All rights reserved.
+ Copyright (c) 2018-2020, Laurence Lundblade. All rights reserved.
 
  SPDX-License-Identifier: BSD-3-Clause
 
  See BSD-3-Clause license in README.md
 
  Created on 9/13/18
- ==============================================================================*/
+ =============================================================================*/
 
 #include <stdio.h>
 #include "run_tests.h"