summaryrefslogtreecommitdiff
path: root/src/include/nodes/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/value.h')
-rw-r--r--src/include/nodes/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/value.h b/src/include/nodes/value.h
index d18f36eddc1..25f6952b928 100644
--- a/src/include/nodes/value.h
+++ b/src/include/nodes/value.h
@@ -29,7 +29,7 @@
*
* (Before Postgres 7.0, we used a double to represent T_Float,
* but that creates loss-of-precision problems when the value is
- * ultimately destined to be converted to NUMERIC. Since Value nodes
+ * ultimately destined to be converted to NUMERIC. Since Value nodes
* are only used in the parsing process, not for runtime data, it's
* better to use the more general representation.)
*