Made a comment clearer.
authorTim Potter <tpot@samba.org>
Sun, 14 Apr 2002 04:55:18 +0000 (04:55 +0000)
committerTim Potter <tpot@samba.org>
Sun, 14 Apr 2002 04:55:18 +0000 (04:55 +0000)
source/python/py_spoolss_printers_conv.c

index 84a068181ff348dccef0e2afa09133fa91aea53b..c583792c0a089828658a160902815dec234aed5d 100644 (file)
@@ -144,7 +144,7 @@ struct pyconv py_DEVICEMODE[] = {
        { NULL }
 };
 
-/* Convert a security descriptor to a Python dict */
+/* Convert a SID to a Python dict */
 
 BOOL py_from_SID(PyObject **obj, DOM_SID *sid)
 {