diff options
author | Peter Eisentraut | 2024-11-27 10:12:09 +0000 |
---|---|---|
committer | Peter Eisentraut | 2024-11-27 10:20:46 +0000 |
commit | 41272784b9383910de737937f1987dd00246f728 (patch) | |
tree | 99401b120bc2431d8e413b96c205536287444bfe | |
parent | 96447e9c817143071826c9a5b129f61d17c4ae2e (diff) |
Fix typo
from commit 9044fc1d45a
-rw-r--r-- | src/tools/pgindent/exclude_file_patterns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/exclude_file_patterns b/src/tools/pgindent/exclude_file_patterns index 68aae9b97a4..4976a373f9e 100644 --- a/src/tools/pgindent/exclude_file_patterns +++ b/src/tools/pgindent/exclude_file_patterns @@ -4,7 +4,7 @@ src/include/storage/s_lock\.h$ src/include/port/atomics/ # -# These contains C++ constructs that confuse pgindent. +# These contain C++ constructs that confuse pgindent. src/include/jit/llvmjit\.h$ src/include/jit/SectionMemoryManager\.h$ # |