diff --git a/src/py/examples/simple-continuous-capture.py b/src/py/examples/simple-continuous-capture.py
index e1cb931e51..5ae841519e 100755
--- a/src/py/examples/simple-continuous-capture.py
+++ b/src/py/examples/simple-continuous-capture.py
@@ -56,7 +56,7 @@ class CameraCaptureContext:
         self.mfbs = {}
 
         for i in range(num_bufs):
-            # Use the buffer index as the "cookie"
+            # Use the camera index as the "cookie"
             req = cam.create_request(idx)
 
             buffer = allocator.buffers(stream)[i]
