summaryrefslogtreecommitdiffstats
path: root/indent/systemverilog.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/systemverilog.vim')
-rw-r--r--indent/systemverilog.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/indent/systemverilog.vim b/indent/systemverilog.vim
index ed1d97a5..e39a670f 100644
--- a/indent/systemverilog.vim
+++ b/indent/systemverilog.vim
@@ -68,7 +68,7 @@ function SystemVerilogIndent()
let vverb = 0
endif
- " Indent accoding to last line
+ " Indent according to last line
" End of multiple-line comment
if last_line =~ '\*/\s*$' && last_line !~ '/\*.\{-}\*/'
let ind = ind - offset_comment1
@@ -224,7 +224,7 @@ function SystemVerilogIndent()
endif
- " Return the indention
+ " Return the indentation
return ind
endfunction