Merge commit 'fafb16c5ae18816bd048428e60f46aec1e993b20'

* commit 'fafb16c5ae18816bd048428e60f46aec1e993b20':
  Fix typo
This commit is contained in:
Marco Nelissen
2009-05-14 14:53:34 -07:00
committed by The Android Open Source Project

View File

@@ -17,7 +17,7 @@
package com.android.internal.util;
/**
* An object that rovides bitwise incremental write access to a byte array.
* An object that provides bitwise incremental write access to a byte array.
*
* This is useful, for example, when writing a series of fields that
* may not be aligned on byte boundaries.