[CPP-370] Minor textual tweaks.

This commit is contained in:
Ziemowit Laski
2019-04-24 15:27:27 -07:00
parent de10598dd6
commit 775861c386
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ extern int printf(const char *fmt, ...);
// For the following `...gettext` functions, we assume that
// all translations preserve the type and order of `%` specifiers
// (and hence are safe to use as format strings). This is
// (and hence are safe to use as format strings). This
// assumption is hard-coded into the query.
extern char *gettext (const char *__msgid);