diff options
Diffstat (limited to 'src/tools/pg_bsd_indent/tests/elsecomment.0.stdout')
-rw-r--r-- | src/tools/pg_bsd_indent/tests/elsecomment.0.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pg_bsd_indent/tests/elsecomment.0.stdout b/src/tools/pg_bsd_indent/tests/elsecomment.0.stdout index 7de23be0894..6c3c10ea3d2 100644 --- a/src/tools/pg_bsd_indent/tests/elsecomment.0.stdout +++ b/src/tools/pg_bsd_indent/tests/elsecomment.0.stdout @@ -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; |