File tree Expand file tree Collapse file tree
Documentation/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,16 +160,16 @@ Imported Intefaces
160160The interfaces that must be provided by the platform specified code
161161are defined in ``include/nuttx/arch.h `` and summarized below.
162162
163- ``up_timer_intialize () ``
164- ^^^^^^^^^^^^^^^^^^^^^^^^
163+ ``up_timer_initialize () ``
164+ ^^^^^^^^^^^^^^^^^^^^^^^^^
165165
166166.. code :: c
167167
168168 void up_timer_initialize(void);
169169
170170 * **Description: ** Initializes all platform-specific timer facilities.
171171 This function is called early in the initialization sequence by
172- ``up_intialize () ``. On return, the current up-time should be available
172+ ``up_initialize () ``. On return, the current up-time should be available
173173 from ``up_timer_gettime() `` and the interval timer is ready for use
174174 (but not actively timing).
175175* **Input Parameters: ** None.
You can’t perform that action at this time.
0 commit comments