Skip to content

Commit 47ab403

Browse files
committed
Fix issue of using "simply" as a noun
1 parent 42edef8 commit 47ab403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ \section{sysfs: Interacting with your module}
12941294
Attributes can be exported for kobjects in the form of regular files in the filesystem.
12951295
Sysfs forwards file I/O operations to methods defined for the attributes, providing a means to read and write kernel attributes.
12961296

1297-
An attribute definition in simply:
1297+
A simple attribute definition:
12981298

12991299
\begin{code}
13001300
struct attribute {

0 commit comments

Comments
 (0)