diff options
author | Martin Roth <martin.roth@se-eng.com> | 2013-07-09 21:51:14 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 20:17:51 +0200 |
commit | cbf2bd715a6a3c5d758c52b4634284b260805d17 (patch) | |
tree | 7ab8f3e81ac8ca14c6c37e4bf733332a99d0acb1 /src/lib/usbdebug.c | |
parent | 63373edce006983d1e2aef7d71c1653ae337ed18 (diff) |
lib: Fix spelling
Change-Id: I999987af9cb44906e3c3135c0351a0cd6eb210ff
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/3756
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/lib/usbdebug.c')
-rw-r--r-- | src/lib/usbdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/usbdebug.c b/src/lib/usbdebug.c index 200121ff5b..e425fbf05f 100644 --- a/src/lib/usbdebug.c +++ b/src/lib/usbdebug.c @@ -333,7 +333,7 @@ static int ehci_reset_port(struct ehci_regs *ehci_regs, int port) if (!(portsc & PORT_CONNECT)) return -1; //-ENOTCONN; - /* bomb out completely if something weird happend */ + /* bomb out completely if something weird happened */ if ((portsc & PORT_CSC)) return -2; //-EINVAL; |