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:
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user