summaryrefslogtreecommitdiff
path: root/src/include/parser
diff options
context:
space:
mode:
authorPeter Eisentraut2017-04-05 04:38:25 +0000
committerPeter Eisentraut2017-04-05 04:38:25 +0000
commitafd79873a0b151bfbe5312acebfe361da09c11fd (patch)
tree57955f069c92898a61b579e34f25ad0c93024d71 /src/include/parser
parent193f5f9e913f3ead6609cc99be82578e0dedd409 (diff)
Capitalize names of PLs consistently
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/include/parser')
-rw-r--r--src/include/parser/scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/scanner.h b/src/include/parser/scanner.h
index 7ca924cff39..74f1cc897f5 100644
--- a/src/include/parser/scanner.h
+++ b/src/include/parser/scanner.h
@@ -3,7 +3,7 @@
* scanner.h
* API for the core scanner (flex machine)
*
- * The core scanner is also used by PL/pgsql, so we provide a public API
+ * The core scanner is also used by PL/pgSQL, so we provide a public API
* for it. However, the rest of the backend is only expected to use the
* higher-level API provided by parser.h.
*