Explorar o código

lesson 13, first kernel

Carlos Fenollosa %!s(int64=10) %!d(string=hai) anos
pai
achega
4121d2f266
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      13-kernel-barebones/Makefile

+ 1 - 1
13-kernel-barebones/Makefile

@@ -2,7 +2,7 @@
 # $< = first dependency
 # $^ = all dependencies
 
-# First rule is the one executed when no paramaters are fed to the Makefile
+# First rule is the one executed when no parameters are fed to the Makefile
 all: run
 
 # Notice how dependencies are built as needed