diff --git a/kernel_modules/debugfs.c b/kernel_modules/debugfs.c index 6bbc295..7d1b8f9 100644 --- a/kernel_modules/debugfs.c +++ b/kernel_modules/debugfs.c @@ -8,7 +8,7 @@ static struct dentry *dir, *toplevel_file; static u32 value = 42; -/* This basically re-implents the write operation of debugfs_create_u32, +/* This basically re-implements the write operation of debugfs_create_u32, * it is just an excuse to illustrate a fop. */ static ssize_t write(struct file *filp, const char __user *buf, size_t len, loff_t *off) {