1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-07-26 06:16:50 +00:00

core: Fix a few docstrings

This commit is contained in:
Lioncash 2015-01-20 13:52:44 -05:00
parent cbbe9e1500
commit a3f5e5605c
4 changed files with 4 additions and 4 deletions
src/core/hle/kernel

View file

@ -33,7 +33,7 @@ ResultCode ClearTimer(Handle handle);
/**
* Creates a timer
* @param Handle to newly created Timer object
* @param handle Handle to the newly created Timer object
* @param reset_type ResetType describing how to create the timer
* @param name Optional name of timer
* @return ResultCode of the error