Fix no longer valid comment
This was changed in d72aad218c9737fb19d1a835b03c13b7107a96c0
Change-Id: Ie93f603c82669ca612fbf9635a62c50e63702a85
diff --git a/solenv/gdb/libreoffice/vcl.py b/solenv/gdb/libreoffice/vcl.py
index 07f95a6..6a99c9f 100644
--- a/solenv/gdb/libreoffice/vcl.py
+++ b/solenv/gdb/libreoffice/vcl.py
@@ -15,12 +15,12 @@ class ImplSchedulerDataPrinter(object):
'''Prints the ImplSchedulerData linked list.
This can be used to dump the current state of the scheduler via:
p *ImplGetSVData()->mpFirstSchedulerData
p *ImplGetSVData()->maSchedCtx.mpFirstSchedulerData
This doesn't include currently invoked tasks AKA the stack.
To dump the scheduler stack of invoked tasks use:
p *ImplGetSVData()->mpSchedulerStack
p *ImplGetSVData()->maSchedCtx.mpSchedulerStack
'''
def __init__(self, typename, value):