Cleanup: comment blocks

This commit is contained in:
2018-09-02 18:51:31 +10:00
parent 8a3b548cb2
commit 0ddf3e110e
85 changed files with 570 additions and 540 deletions

View File

@@ -62,7 +62,7 @@ static struct PyModuleDef gpumodule = {
"gpu", /* name of module */
M_gpu_doc, /* module documentation */
-1, /* size of per-interpreter state of the module,
* or -1 if the module keeps state in global variables. */
* or -1 if the module keeps state in global variables. */
NULL, NULL, NULL, NULL, NULL
};