[git commit] typo fix in comment

Denys Vlasenko vda.linux at googlemail.com
Thu Oct 20 06:54:16 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=f461385521c40a8295e9a36cd2f3f67512984124
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/udhcp/common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index da0bd38..a7f9395 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -104,7 +104,7 @@ enum {
 /* DHCP option codes (partial list). See RFC 2132 and
  * http://www.iana.org/assignments/bootp-dhcp-parameters/
  * Commented out options are handled by common option machinery,
- * uncommented ones have spacial cases (grep for them to see).
+ * uncommented ones have special cases (grep for them to see).
  */
 #define DHCP_PADDING            0x00
 #define DHCP_SUBNET             0x01


More information about the busybox-cvs mailing list