aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pg_bsd_indent/tests/elsecomment.0
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/pg_bsd_indent/tests/elsecomment.0')
-rw-r--r--src/tools/pg_bsd_indent/tests/elsecomment.02
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pg_bsd_indent/tests/elsecomment.0 b/src/tools/pg_bsd_indent/tests/elsecomment.0
index 61066c22b58..c701f1b8a2c 100644
--- a/src/tools/pg_bsd_indent/tests/elsecomment.0
+++ b/src/tools/pg_bsd_indent/tests/elsecomment.0
@@ -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;