diff --git a/chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/README.md b/chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/README.md index 50c0fe632a..e89973d255 100644 --- a/chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/README.md +++ b/chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/README.md @@ -1,6 +1,6 @@ # High-Level Languages -Enter the `high-level-lang/` directory from the lab archive (or `chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/` if you are working directly in the repository), run `make skels`, then enter `spport/` +Enter the `high-level-lang/` directory from the lab archive (or `chapters/software-stack/high-level-languages/drills/tasks/high-level-lang/` if you are working directly in the repository), run `make skels`, then enter `support/` Then go through the practice items below. 1. Use `make` to create the `hello` executable from the `hello.go` file (a Go "Hello, World!"-printing program). diff --git a/chapters/software-stack/libc/drills/tasks/common-functions/solution/src/syscall.s b/chapters/software-stack/libc/drills/tasks/common-functions/solution/src/syscall.s index 1e1c6ab84a..93647c320e 100644 --- a/chapters/software-stack/libc/drills/tasks/common-functions/solution/src/syscall.s +++ b/chapters/software-stack/libc/drills/tasks/common-functions/solution/src/syscall.s @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-3-Clause */ +; SPDX-License-Identifier: BSD-3-Clause section .text