Fix comment typo
This commit is contained in:
parent
2392f6146a
commit
1eab01ad1f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
print " b = $b\n";
|
||||
print " c = $c\n";
|
||||
|
||||
# Call the add() function wuth some pointers
|
||||
# Call the add() function with some pointers
|
||||
add($a,$b,$c);
|
||||
|
||||
print " $a + $b = $c\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue