diff options
Diffstat (limited to 'usr/src/uts/common/cpr/cpr_main.c')
-rw-r--r-- | usr/src/uts/common/cpr/cpr_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/cpr/cpr_main.c b/usr/src/uts/common/cpr/cpr_main.c index 68a4040186..15e8c6c8d8 100644 --- a/usr/src/uts/common/cpr/cpr_main.c +++ b/usr/src/uts/common/cpr/cpr_main.c @@ -166,7 +166,7 @@ cpr_main(int sleeptype) */ rc = i_cpr_power_down(sleeptype); if (rc == 0) { - PMD(PMD_SX, ("back from succssful suspend\n")) + PMD(PMD_SX, ("back from successful suspend\n")) } /* * We do care about the return value from cpr_resume |