Skip to content

Commit 7ecc429

Browse files
Update sycl/source/detail/config.cpp
Co-authored-by: Marcos Maronas <[email protected]>
1 parent 295e5d0 commit 7ecc429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void readConfig(bool ForceInitialization) {
106106
// Finding the position of '='
107107
Position = BufString.find("=");
108108
// Checking that the variable name is less than MAX_CONFIG_NAME and more
109-
// than zero characters
109+
// than zero characters.
110110
if ((Position < MAX_CONFIG_NAME) && (Position > 0)) {
111111
// Checking that the value is less than MAX_CONFIG_VALUE and
112112
// more than zero character

0 commit comments

Comments
 (0)