Skip to content

Commit b7070c0

Browse files
committed
Merge pull request SamyPesse#54 from deardaniel/master
Fix typo in chapter 5
2 parents 3c28fee + e5791f4 commit b7070c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ A large number of instructions are available in Assembly but there is not equiva
159159

160160
In C, we can include Assembly using the directive "asm()", gcc use gas to compile the assembly.
161161

162-
**Caution:** gas use the AT&T syntax.
162+
**Caution:** gas uses the AT&T syntax.
163163

164164
```cpp
165165
/* output byte */

0 commit comments

Comments
 (0)