aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-awk.el
diff options
context:
space:
mode:
authorAlan Mackenzie <[email protected]>2008-01-27 16:56:04 +0000
committerAlan Mackenzie <[email protected]>2008-01-27 16:56:04 +0000
commitf6558e2d480575a5398a9df904c7dae69064f79f (patch)
treee7b7a4dd4248f5f95ab4ef1bd9a32885d5f6e22c /lisp/progmodes/cc-awk.el
parentea18b2b19e76217cc97565b4e50a98b4dd8aa196 (diff)
Correct typos, enhance comments.
Diffstat (limited to 'lisp/progmodes/cc-awk.el')
-rw-r--r--lisp/progmodes/cc-awk.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el
index d9a7055869..b361585422 100644
--- a/lisp/progmodes/cc-awk.el
+++ b/lisp/progmodes/cc-awk.el
@@ -478,7 +478,7 @@
(defun c-awk-get-NL-prop-prev-line (&optional do-lim)
;; Get the c-awk-NL-prop text-property from the previous line, calculating
- ;; it if necessary. Return nil if we're at BOB.
+ ;; it if necessary. Return nil if we're already at BOB.
;; See c-awk-after-if-for-while-condition-p for a description of DO-LIM.
;;
;; This function might do hidden buffer changes.