소스 검색

lesson 13, first kernel

Carlos Fenollosa 10 년 전
부모
커밋
4121d2f266
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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