AWS2 SQS source example: Fixed comment
diff --git a/07-aws-sqs-source-basic/aws-sqs-source.yaml b/07-aws-sqs-source-basic/aws-sqs-source.yaml
index adeea06..da22326 100644
--- a/07-aws-sqs-source-basic/aws-sqs-source.yaml
+++ b/07-aws-sqs-source-basic/aws-sqs-source.yaml
@@ -18,8 +18,8 @@
         - camel:camel-aws2-sqs
     flow:
       from:
-        # On the URI below, the Kinesis stream named 'stream' can be adjusted
-        # to any value suitable in your scenario (ie.: aws-sqs:my-stream-name)
+        # On the URI below, the queue named 'eventqueue' can be adjusted
+        # to any value suitable in your scenario (ie.: aws-sqs:my-queue)
         uri: aws2-sqs:eventqueue
         parameters:
           secretKey: "{{aws.sqs.secretKey}}"