Skip to content

Commit bf55d2e

Browse files
committed
typo in comment
1 parent 5130815 commit bf55d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inc/ti/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* "-rc0"
2626
* ""
2727
*/
28-
#define TI_VERSION_PRE_RELEASE "-alpha2"
28+
#define TI_VERSION_PRE_RELEASE ""
2929

3030
#define TI_MAINTAINER \
3131
"Jeroen van der Heijden <jeroen@cesbit.com>"

src/ti/store/storetasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ int ti_store_tasks_restore(
152152
if (verr)
153153
ti_decref(verr);
154154

155-
/* push the task to the list, use ti_tasks_appen() to re-schedule
155+
/* push the task to the list, use ti_tasks_append() to re-schedule
156156
* at startup, bug #248 */
157157
(void) ti_tasks_append(vtasks, vtask);
158158
}

0 commit comments

Comments
 (0)