diff options
-rw-r--r-- | source3/python/py_spoolss_printers_conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_spoolss_printers_conv.c b/source3/python/py_spoolss_printers_conv.c index 84a068181f..c583792c0a 100644 --- a/source3/python/py_spoolss_printers_conv.c +++ b/source3/python/py_spoolss_printers_conv.c @@ -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) { |