diff options
author | Tim Potter <tpot@samba.org> | 2002-04-14 04:55:18 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-14 04:55:18 +0000 |
commit | db32b9ceb726ad24fe022eae71b315683f840508 (patch) | |
tree | 798f2e56eb4db7e8b05847e51ebac2c9be351c0a | |
parent | d837a511e8057b23e493a078d18a1b96fa69d69c (diff) | |
download | samba-db32b9ceb726ad24fe022eae71b315683f840508.tar.gz samba-db32b9ceb726ad24fe022eae71b315683f840508.tar.bz2 samba-db32b9ceb726ad24fe022eae71b315683f840508.zip |
Made a comment clearer.
(This used to be commit 703e0a6ce2d283349f64cba72b36c1bef6a0d806)
-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) { |