diff options
| author | Cyril Plisko <cyril.plisko@mountall.com> | 2012-08-08 09:59:53 +0300 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2012-09-10 14:43:56 -0400 |
| commit | fe7cd8aa86d5ba3fb4aa1d5fee460467fd4413c9 (patch) | |
| tree | b7fed1fc70293aff876b989d0fb90a14b9aa94f0 /usr/src/uts/intel/io/agpmaster/agpmaster.c | |
| parent | 70f56fa69343b013f47e010537cff8ef3a7a40a5 (diff) | |
| download | illumos-gate-fe7cd8aa86d5ba3fb4aa1d5fee460467fd4413c9.tar.gz | |
3064 usr/src/cmd/zpool/zpool_main.c misspells "successful"
3067 Typo in spelling "succssful"
Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com>
Reviewed by: Kartik Mistry <kartik.mistry@gmail.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/intel/io/agpmaster/agpmaster.c')
| -rw-r--r-- | usr/src/uts/intel/io/agpmaster/agpmaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/intel/io/agpmaster/agpmaster.c b/usr/src/uts/intel/io/agpmaster/agpmaster.c index 9e71b3cf41..7a4de1ea04 100644 --- a/usr/src/uts/intel/io/agpmaster/agpmaster.c +++ b/usr/src/uts/intel/io/agpmaster/agpmaster.c @@ -639,7 +639,7 @@ detect_i8xx_device(agp_master_softc_t *master_softc) } /* - * If agp master is succssfully detected, 0 is returned. + * If agp master is successfully detected, 0 is returned. * Otherwise -1 is returned. */ static int |
