Browse Source

Comment correction (#21729)

hartmannathan 4 years ago
parent
commit
eddce4182b
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/src/libs/duration_t.h

+ 2
- 1
Marlin/src/libs/duration_t.h View File

115
    * @brief Formats the duration as a string
115
    * @brief Formats the duration as a string
116
    * @details String will be formated using a "full" representation of duration
116
    * @details String will be formated using a "full" representation of duration
117
    *
117
    *
118
-   * @param buffer The array pointed to must be able to accommodate 21 bytes
118
+   * @param buffer The array pointed to must be able to accommodate 22 bytes
119
+   *               (21 for the string, 1 more for the terminating nul)
119
    *
120
    *
120
    * Output examples:
121
    * Output examples:
121
    *  123456789012345678901 (strlen)
122
    *  123456789012345678901 (strlen)

Loading…
Cancel
Save