From 1b517d224f01fc2cf8d575a3448028234303adf1 Mon Sep 17 00:00:00 2001
From: Kipp Cannon <kipp.cannon@ligo.org>
Date: Tue, 19 Jun 2018 16:44:50 +0900
Subject: [PATCH] gstlal_tdwhiten.c: edit some comments

---
 gstlal-ugly/gst/lal/gstlal_tdwhiten.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gstlal-ugly/gst/lal/gstlal_tdwhiten.c b/gstlal-ugly/gst/lal/gstlal_tdwhiten.c
index c68f756c7d..99708e7ba1 100644
--- a/gstlal-ugly/gst/lal/gstlal_tdwhiten.c
+++ b/gstlal-ugly/gst/lal/gstlal_tdwhiten.c
@@ -234,7 +234,7 @@ static void set_metadata(GSTLALTDwhiten *element, GstBuffer *buf, guint64 outsam
 
 
 /*
- * obtain the two gains applied to output of two kernels for taping them.
+ * obtain the two gains applied to output of two kernels for tapering them.
  */
 
 
@@ -338,7 +338,8 @@ static unsigned tddfilter(GSTLALTDwhiten *element, GstMapInfo *mapinfo, unsigned
 		kernelinfo = g_queue_peek_nth(element->kernels, j);
 
 		/*
-		 * tape the two output samples time series computed by two kernels.
+		 * taper the two output samples time series computed by two
+		 * kernels.
 		 */
 
 		for(i = 0; i < output_length; i++) {
-- 
GitLab