Changing ccn to ndn

Change-Id: Iba4ec8e48dd5345903cc3518aaf98d4d37d89ff1
diff --git a/tests/test-throughput-ws-pipeline.html b/tests/test-throughput-ws-pipeline.html
index 0389583..95c3879 100644
--- a/tests/test-throughput-ws-pipeline.html
+++ b/tests/test-throughput-ws-pipeline.html
@@ -115,7 +115,7 @@
 	            if (segmentNumber != 0) {

 	                // Special case: Save this content object for later and request segment zero.

 	                // SWT: this should not happen in normal case; 

-	                //      ccnd should always return the first segment if no seg# is specified

+	                //      ndnd should always return the first segment if no seg# is specified

 	                this.firstReceivedContentObject = contentObject;

 	                var componentsForZero = contentObject.name.components.slice

 	                    (0, contentObject.name.components.length - 1);