summaryrefslogtreecommitdiff
path: root/host/lib/include/host_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/host_misc.h')
-rw-r--r--host/lib/include/host_misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/include/host_misc.h b/host/lib/include/host_misc.h
index 1bcf6f06..63a38943 100644
--- a/host/lib/include/host_misc.h
+++ b/host/lib/include/host_misc.h
@@ -12,8 +12,8 @@
#include "vboot_struct.h"
/* Copy up to dest_size-1 characters from src to dest, ensuring null
- termination (which strncpy() doesn't do). Returns the destination
- string. */
+ * termination (which strncpy() doesn't do). Returns the destination
+ * string. */
char* StrCopy(char* dest, const char* src, int dest_size);
/* Read data from [filename]. Store the size of returned data in [size].