diff --git a/lib/core/common.py b/lib/core/common.py
index 37da8547e..50ada67c5 100644
--- a/lib/core/common.py
+++ b/lib/core/common.py
@@ -2630,8 +2630,8 @@ def cpuThrottle(value):
def removeReflectiveValues(content, payload, suppressWarning=False):
"""
- Neutralizes (static/marked) reflective values in a given content based on a payload
- (e.g. ?search=sql injection ---> ...value="sql%20injection")
+ Neutralizes reflective values in a given content based on a payload
+ (e.g. ..search.php?q=1 AND 1=2 --> "...searching for 1%20AND%202..." --> "...searching for __REFLECTED_VALUE__...")
"""
retVal = content