Skip to content

Commit 1b3c7e4

Browse files
fixed reference to filename in comment headers
1 parent efe65c4 commit 1b3c7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpctl/__init__.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##===------------- sycl_core.pxd - dpctl module --------*- Cython -*-------===##
1+
##===------------- __init__.pxd - dpctl module --------*- Cython -*-------===##
22
##
33
## Data Parallel Control (dpCtl)
44
##

dpctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##===----------------- _memory.pyx - dpctl module -------*- Cython -*------===##
1+
##===----------------- __init__.py - dpctl module -------*- Cython -*------===##
22
##
33
## Data Parallel Control (dpCtl)
44
##

0 commit comments

Comments
 (0)