Skip to content

Commit

Permalink
fix: bad spellings in types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PatricioIribarneCatella committed Nov 6, 2024
1 parent b573dd1 commit 99a2953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct cmd {
*
* - type: could be EXEC or REDIR
* - argc: arguments quantity after parsed
* - argv: array of strings representig the arguments
* - argv: array of strings representing the arguments
* of the form: { "binary/command", "arg0", "arg1", ... , (char*) NULL }
* - eargc: environ vars quantity after parsed
* - eargv: array of strings of the form: "KEY=VALUE"
Expand Down Expand Up @@ -76,7 +76,7 @@ struct pipecmd {
* -------
*
* It contains the same information as 'cmd' plus one more field containing the
* command to be executed. Take a look to the parsing.c file for better understandig.
* command to be executed. Take a look to the parsing.c file for better understanding.
*
* Again, this extra field, can have type either EXEC or REDIR depending on
* if the process to be executed in the background contains redirection symbols.
Expand Down

0 comments on commit 99a2953

Please sign in to comment.