Skip to content

Commit 727ad8a

Browse files
committed
Fixed typo
Misplaced comma
1 parent 00cdd5a commit 727ad8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lxf_article/write_kernel_patch.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ are unnecessary:
178178
else
179179
goto exit;
180180

181-
The one exception for opening braces, is for function declarations,
181+
The one exception for opening braces is for function declarations,
182182
those go on a new line as shown here:
183183

184184
int function(int *baz)

0 commit comments

Comments
 (0)