diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-23 03:04:40 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-23 03:04:40 +0000 |
commit | e33101d8f40306fbe619ee9631020b4b814204bb (patch) | |
tree | 51c9f1932f0621f4816cace27fdb7bcedfbccf23 | |
parent | dbf1e80613acc5afdf3dff7ca0de63ca9f79d7fe (diff) |
typo
-rw-r--r-- | sys/dev/i2c/i2c_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index e09d360dc9f..28f58603467 100644 --- a/sys/dev/i2c/i2c_scan.c +++ b/sys/dev/i2c/i2c_scan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2c_scan.c,v 1.2 2005/12/20 05:00:47 deraadt Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.3 2005/12/23 03:04:39 pedro Exp $ */ /* * Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org> @@ -17,7 +17,7 @@ */ /* - * I2C bus scannig. + * I2C bus scanning. */ #include <sys/param.h> |