diff options
author | Xishi Qiu <qiuxishi@huawei.com> | 2013-08-26 14:54:54 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-27 10:46:02 +0200 |
commit | 6c1b06d6f6b39622b5f9899acc77b9af76ebcb92 (patch) | |
tree | 96095638268d4a8eeb7b54b2ab5a08d87f3a89a7 /Documentation | |
parent | 1c93669929f0f52e7033c6529274dce8cc46a9a1 (diff) |
doc: documentation/hwspinlock.txt fix typo
Fix a trivial typo in Documentation/hwspinlock.txt
Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwspinlock.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwspinlock.txt b/Documentation/hwspinlock.txt index a903ee5e9776..62f7d4ea6e26 100644 --- a/Documentation/hwspinlock.txt +++ b/Documentation/hwspinlock.txt @@ -241,7 +241,7 @@ int hwspinlock_example2(void) locks). Should be called from a process context (this function might sleep). Returns the address of hwspinlock on success, or NULL on error (e.g. - if the hwspinlock is sill in use). + if the hwspinlock is still in use). 5. Important structs |