summaryrefslogtreecommitdiffstats
path: root/common/efi-devicepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/efi-devicepath.c')
-rw-r--r--common/efi-devicepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/efi-devicepath.c b/common/efi-devicepath.c
index 3db2cea061..f17b9294cc 100644
--- a/common/efi-devicepath.c
+++ b/common/efi-devicepath.c
@@ -473,7 +473,7 @@ unpack_device_path(struct efi_device_path *dev_path)
struct efi_device_path *Src, *Dest, *new_path;
unsigned long Size;
- /* Walk device path and round sizes to valid boundries */
+ /* Walk device path and round sizes to valid boundaries */
Src = dev_path;
Size = 0;