Fix comment typo

This commit is contained in:
Olly Betts 2021-03-31 04:46:32 +13:00
commit 1eab01ad1f

View file

@ -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";