From 71d0f6f8965850e3f8298d14e380b22defbef98a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Jul 2020 17:12:48 +1000 Subject: Cleanup: spelling --- source/blender/blenlib/intern/timecode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern') diff --git a/source/blender/blenlib/intern/timecode.c b/source/blender/blenlib/intern/timecode.c index 510b9651961..9586da941a4 100644 --- a/source/blender/blenlib/intern/timecode.c +++ b/source/blender/blenlib/intern/timecode.c @@ -36,7 +36,7 @@ #include "BLI_strict_flags.h" /** - * Generate timecode/frame number string and store in \a str + * Generate time-code/frame number string and store in \a str * * \param str: destination string * \param maxncpy: maximum number of characters to copy ``sizeof(str)`` @@ -44,7 +44,7 @@ * used to specify how detailed we need to be * \param time_seconds: time total time in seconds * \param fps: frames per second, typically from the #FPS macro - * \param timecode_style: enum from eTimecodeStyles + * \param timecode_style: enum from #eTimecodeStyles * \return length of \a str */ -- cgit v1.2.3