From 2e5a451b5981b54a324c4af405d552b6fe476408 Mon Sep 17 00:00:00 2001
From: Joe Taylor <k1jt@arrl.org>
Date: Thu, 31 Aug 2017 20:16:38 +0000
Subject: [PATCH] Fix a comment in ft8_decode.f90.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8054 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
---
 lib/ft8_decode.f90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90
index 1ed94473b..61984932b 100644
--- a/lib/ft8_decode.f90
+++ b/lib/ft8_decode.f90
@@ -67,8 +67,8 @@ contains
 
 ! For now:
 ! ndepth=1: no subtraction, 1 pass, belief propagation only
-! ndepth=2: subtraction, 2 passes, belief propagation only
-! ndepth=3: subtraction, 2 passes, bp+osd
+! ndepth=2: subtraction, 3 passes, belief propagation only
+! ndepth=3: subtraction, 3 passes, bp+osd
     if(ndepth.eq.1) npass=1
     if(ndepth.ge.2) npass=3
     do ipass=1,npass