1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Fix typos in comments.

This commit is contained in:
Noah Misch
2014-06-11 19:50:29 -04:00
parent a26ae56f51
commit d098b236f3
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/*
* Encoding names and routines for work with it. All
* in this file is shared bedween FE and BE.
* in this file is shared between FE and BE.
*
* src/backend/utils/mb/encnames.c
*/