Skip to content
Snippets Groups Projects
Commit d6888709 authored by Michael Paquier's avatar Michael Paquier
Browse files

pg_sasl_prepare: Fix typo

parent 41a1eb48
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,7 +33,7 @@ PG_MODULE_MAGIC;
#define ARRPTR(x) ((int32 *) ARR_DATA_PTR(x))
#define ARRNELEMS(x) ArrayGetNItems(ARR_NDIM(x), ARR_DIMS(x))
 
/* Constants for calculations wih Hangul characters */
/* Constants for calculations with Hangul characters */
#define SBASE 0xEAB080 /* U+AC00 */
#define LBASE 0xE18480 /* U+1100 */
#define VBASE 0xE185A1 /* U+1161 */
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment