Skip to content

Commit be45f6b

Browse files
committed
Fix typo
Signed-off-by: Chia-Hao Chiu <[email protected]>
1 parent 369fc46 commit be45f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ all:
4747

4848
clean:
4949
$(MAKE) -C $(KDIR) CC=$(CC) M=$(PWD) clean
50-
$(RM) other/cat_noblock *.plist
50+
$(RM) other/cat_nonblock *.plist
5151

5252
indent:
5353
clang-format -i *.[ch]

0 commit comments

Comments
 (0)