1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix some typos and some incorrectly duplicated words

Author: Justin Pryzby
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
This commit is contained in:
David Rowley
2023-04-18 14:03:30 +12:00
parent b4dbf3e924
commit eef231e816
20 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* See r303484 and r309342 */
void t(void) {
/* The two if statements below excercise two different code paths. */
/* The two if statements below exercise two different code paths. */
if (1) /* a */ int a; else /* b */ int b;

View File

@ -3,7 +3,7 @@
void
t(void)
{
/* The two if statements below excercise two different code paths. */
/* The two if statements below exercise two different code paths. */
if (1) /* a */
int a;