summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_string.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-02-03 15:55:02 -0500
committerTom Rini <[email protected]>2022-02-03 15:55:02 -0500
commit3e5f4b337d89e95af9d3700a4b055b552bf22ac4 (patch)
tree86ff5fbee12f43f7d700d130c92009aef12fc185 /lib/efi_loader/efi_string.c
parent006fddde01da7e8b3c7cad4a35f3245edc894ab4 (diff)
parent5b9a5b2b966bf738ca4115a9dca52d0dc9f2710d (diff)
Merge branch '2022-02-03-assorted-fixes'
- Update CI image to have libgnutls available. - Assorted ARM and SPL bugfixes
Diffstat (limited to 'lib/efi_loader/efi_string.c')
-rw-r--r--lib/efi_loader/efi_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_string.c b/lib/efi_loader/efi_string.c
index a3b8edf5a80..8bf1e493b89 100644
--- a/lib/efi_loader/efi_string.c
+++ b/lib/efi_loader/efi_string.c
@@ -16,7 +16,7 @@
* @index: Index
*
* Create a utf-16 string with @name, appending @index.
- * For example, L"Capsule0001"
+ * For example, u"Capsule0001"
*
* The caller must ensure that the buffer has enough space for the resulting
* string including the trailing L'\0'.