summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-09-28 19:08:37 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-10-06 08:43:56 +0300
commit493a37fe8607bcbf4cb7c4a5c18fed5a86f9e5d2 (patch)
treec808b6c9aa19ce8bded918ef2f8733c87b9008fe /lib
parentf3866909e35074ea6f50226d40487a180de1132f (diff)
downloadu-boot-493a37fe8607bcbf4cb7c4a5c18fed5a86f9e5d2.tar.xz
efi: Fix typo in documentation
There is an extra space. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_selftest/efi_selftest_set_virtual_address_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/efi_selftest_set_virtual_address_map.c b/lib/efi_selftest/efi_selftest_set_virtual_address_map.c
index a4e5a50f63..b097a81136 100644
--- a/lib/efi_selftest/efi_selftest_set_virtual_address_map.c
+++ b/lib/efi_selftest/efi_selftest_set_virtual_address_map.c
@@ -23,7 +23,7 @@ static u32 notify_call_count;
static bool convert_pointer_failed;
/**
- * notify () - notification function
+ * notify() - notification function
*
* This function is called when the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event
* occurs. The correct output of ConvertPointer() is checked.