Fix arg usage of format-decode-run-method (Bug#7488).
[bpt/emacs.git] / lisp / international / ccl.el
index 09510cd..4dc5485 100644 (file)
@@ -1437,7 +1437,7 @@ OPERATOR :=
        ;; Normal arithmethic operators (same meaning as C code).
        + | - | * | / | %
 
-       ;; Bitwize operators (same meaning as C code)
+       ;; Bitwise operators (same meaning as C code)
        | & | `|' | ^
 
        ;; Shifting operators (same meaning as C code)