summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/indent_globs.h
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-10-16 13:58:39 +0000
committercharnier <charnier@FreeBSD.org>2002-10-16 13:58:39 +0000
commit1e67ecad50f463bed6a712df9a25865e9a8bc358 (patch)
treeb946b436bb18947c3d5c0882d9b37b18490f7d84 /usr.bin/indent/indent_globs.h
parent064bebe6d3d4f05ecc20524571d6bc4519997bd5 (diff)
downloadFreeBSD-src-1e67ecad50f463bed6a712df9a25865e9a8bc358.zip
FreeBSD-src-1e67ecad50f463bed6a712df9a25865e9a8bc358.tar.gz
Spelling
Diffstat (limited to 'usr.bin/indent/indent_globs.h')
-rw-r--r--usr.bin/indent/indent_globs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h
index 5f67413..9f319e0 100644
--- a/usr.bin/indent/indent_globs.h
+++ b/usr.bin/indent/indent_globs.h
@@ -241,7 +241,7 @@ struct parser_state {
int col_1; /* set to true if the last token started in
* column 1 */
int com_col; /* this is the column in which the current
- * coment should start */
+ * comment should start */
int com_ind; /* the column in which comments to the right
* of code should start */
int com_lines; /* the number of lines with comments, set by
@@ -275,7 +275,7 @@ struct parser_state {
int p_l_follow; /* used to remember how to indent following
* statement */
int paren_level; /* parenthesization level. used to indent
- * within stmts */
+ * within statements */
short paren_indents[20]; /* column positions of each paren */
int pcase; /* set to 1 if the current line label is a
* case. It is printed differently from a
OpenPOWER on IntegriCloud