aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/netload.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libnet/netload.c')
-rw-r--r--lib/libnet/netload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnet/netload.c b/lib/libnet/netload.c
index ae169f3..7276b82 100644
--- a/lib/libnet/netload.c
+++ b/lib/libnet/netload.c
@@ -54,7 +54,7 @@ typedef struct {
} obp_tftp_args_t;
/**
- * Print error with preceeding error code
+ * Print error with preceding error code
*/
static void netload_error(int errcode, const char *format, ...)
{
@@ -556,7 +556,7 @@ int netload(char *buffer, int len, char *args_fs, unsigned alen)
/***********************************************************
*
- * Initialize network stuff and retrieve boot informations
+ * Initialize network stuff and retrieve boot information
*
***********************************************************/