Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afee71a9 authored by Marco Nelissen's avatar Marco Nelissen Committed by The Android Open Source Project
Browse files

am fafb16c5: Fix typo

Merge commit 'fafb16c5'

* commit 'fafb16c5':
  Fix typo
parents 28489545 fafb16c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
package com.android.internal.util;
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
 * This is useful, for example, when writing a series of fields that
 * may not be aligned on byte boundaries.
 * may not be aligned on byte boundaries.