NVMEM documentation fix: A minor typo
authorNaren <naren.kernel@gmail.com>
Wed, 16 Aug 2017 22:45:57 +0000 (15:45 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 24 Aug 2017 19:31:58 +0000 (13:31 -0600)
This is a minor patch that fixes the following typo in the NVMEM documentation:

When a consumers no longer needs the NVMEM

to,

When a consumer no longer needs the NVMEM

Signed-off-by: Narendran Sankaran <naren.kernel@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/nvmem/nvmem.txt

index dbd40d8..8d8d8f5 100644 (file)
@@ -112,7 +112,7 @@ take nvmem_device as parameter.
 5. Releasing a reference to the NVMEM
 =====================================
 
-When a consumers no longer needs the NVMEM, it has to release the reference
+When a consumer no longer needs the NVMEM, it has to release the reference
 to the NVMEM it has obtained using the APIs mentioned in the above section.
 The NVMEM framework provides 2 APIs to release a reference to the NVMEM.