Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rauletorresc committed Aug 3, 2024
1 parent 0530a79 commit ba5c71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_lightning/lightning_kokkos/lightning_kokkos.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _kokkos_configuration():
}

# The absolute path of the plugin shared object varies according to the installation type.
# This lookup table keeps track those possible locations
# This lookup table keeps track of those possible locations
lib_name = "liblightning_kokkos_catalyst.so"
package_root = os.path.dirname(__file__)
wheel_mode_location = os.path.join(package_root, "..", lib_name)
Expand Down

0 comments on commit ba5c71d

Please sign in to comment.