Skip to content

Commit 9ba1225

Browse files
committed
Finish incomplete comment for ptr aliasing
1 parent d959397 commit 9ba1225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void laco_handle_command(struct LacoState* laco, char* line) {
3838
char* command_line = strdup(line + 1);
3939
char** command_words = laco_line_to_words(command_line);
4040

41-
/* Alias for */
41+
/* Alias for parsed out words within the line */
4242
const char* command = command_words[0];
4343
const char** arguments = (const char**) command_words + 1;
4444

0 commit comments

Comments
 (0)