Skip to content

Commit e5791f4

Browse files
committed
Fix typo in chapter 5
1 parent 3c28fee commit e5791f4

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)