]> code.delx.au - gnu-emacs/blobdiff - admin/coccinelle/vector_contents.cocci
* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo.
[gnu-emacs] / admin / coccinelle / vector_contents.cocci
index 3c696ffd2374c12c41b3fa472c584ab1f785f1e2..10b01f2bbd458f8ac9c9997b90d06d9c4ac43744 100644 (file)
@@ -1,4 +1,4 @@
-// Avoid direct access to `contents' member of
+// Avoid direct access to 'contents' member of
 // Lisp_Vector, use AREF and ASET where possible.
 @expression@
 identifier I1, I2;