Skip to content

Commit 3826a1e

Browse files
authored
Merge pull request #266 from sblondon/fix-2-warnings
fix: remove two warnings during documentation generation
2 parents 5082202 + 653af10 commit 3826a1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/user/pspthreadman.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ typedef struct {
623623
* @param name - The name of the lightweight mutex
624624
* @param attr - The LwMutex attributes, zero or more of ::PspLwMutexAttributes.
625625
* @param initialCount - THe inital value of the mutex
626-
* @param optionsPTr - Other optioons for mutex
626+
* @param optionsPtr - Other options for mutex
627627
*
628628
* @return 0 on success, otherwise one of ::PspKernelErrorCodes
629629
*/
@@ -663,7 +663,6 @@ int sceKernelLockLwMutex(SceLwMutexWorkarea *workarea, int lockCount, unsigned i
663663
* Lock a lightweight mutex
664664
*
665665
* @param workarea - The pointer to the workarea
666-
* @param name - The name of the lightweight mutex
667666
* @param lockCount - value of decrease the lock counter
668667
*
669668
* @return 0 on success, otherwise one of ::PspKernelErrorCodes

0 commit comments

Comments
 (0)