Skip to content

Commit

Permalink
Revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet committed Dec 10, 2024
1 parent bda8404 commit 83f4fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/list_cpu_features.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static Node* CreatePrintfString(const char* format, ...) {
return CreateConstantString((char*)BA_Bump(null_terminated_written));
}

// Adds a non empty string node.
// Adds a string node.
static Node* CreateString(const char* value) {
return CreatePrintfString("%s", value);
}
Expand Down

0 comments on commit 83f4fda

Please sign in to comment.