summaryrefslogtreecommitdiff
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-02-17 09:16:44 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-02-17 09:17:28 -0800
commitf74ab96483166fdc32a047eebc98916dd5981eb4 (patch)
treeac8a10c7b33ac65ed74741c79071fcc46918b0b5 /ChangeLog.2
parent42f9dc4473d91654c9641da6d0c0fcba026d6db4 (diff)
downloademacs-f74ab96483166fdc32a047eebc98916dd5981eb4.tar.gz
; Spelling and grammar fixes.
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.22
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 22c7e0116ba..eab9e3d0184 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -26364,7 +26364,7 @@
(verilog-calc-1): Detect 'pure virtual method' declarations which
exist in abstract classes. Reported by Enzo Chi and Kaushal Modi.
(verilog-backward-ws&directives): When moving back to the start of
- a line and the preceeding line ended with an escaped-newline, then
+ a line and the preceding line ended with an escaped-newline, then
jump up one line. This properly consumes a multi-line
pre-processor directive. Reported by Kaushal Modi.
(verilog-dpi-import-export-re, verilog-extended-complete-re)