Skip to content

Commit

Permalink
CodeGenC.m: Correct typo in usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Mar 10, 2014
1 parent b949147 commit 8ed8e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/CodeGenC.m
Expand Up @@ -44,7 +44,7 @@
"that declares a list of pointers of given name and type. 'names' should be a list" <>
" of strings and 'type' should be a string string.";
DefineVariable::usage = "DefineVariable[name, type, value] returns a block of " <>
"code that declares and initialised a variable 'name' of type 'type' to value 'value'.";
"code that declares and initialises a variable 'name' of type 'type' to value 'value'.";
AssignVariable::usage = "AssignVariable[dest_, src_] returns a block of code " <>
"that assigns 'src' to 'dest'.";
DeclareAssignVariable::usage = "DeclareAssignVariable[type_, dest_, src_] returns a block of code " <>
Expand Down

0 comments on commit 8ed8e4d

Please sign in to comment.