diff --git a/index.html b/index.html index 6fcec6d4..87126923 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@
register_chrdev_region
if you know the device major number and
alloc_chrdev_region
-
if you would like to allocate a dynamicly-allocated major number.
+ if you would like to allocate a dynamically-allocated major number.
Second, we should initialize the data structure
struct cdev
for our char device and associate it with the device numbers. To initialize the
@@ -2545,7 +2545,7 @@
register_chrdev_region
if you know the device major number and
alloc_chrdev_region
-
if you would like to allocate a dynamicly-allocated major number.
+ if you would like to allocate a dynamically-allocated major number.
Second, we should initialize the data structure
struct cdev
for our char device and associate it with the device numbers. To initialize the
@@ -2545,7 +2545,7 @@