aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 11:34:46 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 11:34:46 +0000
commitcf226430bb1a6086106fb63669b526cfc33a2544 (patch)
treeaa13a477a79e66d96152a192eb9897e9b404eeed
parent6039e38f93819050ef7627f16554c97830b98a32 (diff)
downloadsrc-cf226430bb1a6086106fb63669b526cfc33a2544.tar.gz
src-cf226430bb1a6086106fb63669b526cfc33a2544.zip
efivar(8): Fix a typo in a source code comment
- s/differnt/different/ MFC after: 3 days
-rw-r--r--usr.sbin/efivar/efiutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/efivar/efiutil.h b/usr.sbin/efivar/efiutil.h
index dbcb598c789e..19e80b89ecf9 100644
--- a/usr.sbin/efivar/efiutil.h
+++ b/usr.sbin/efivar/efiutil.h
@@ -26,7 +26,7 @@
*/
/*
- * differnt routines to dump data.
+ * different routines to dump data.
*/
void asciidump(uint8_t *data, size_t datalen);