Index: chrome/browser/extensions/api/braille_display_private/brlapi_connection.h |
diff --git a/chrome/browser/extensions/api/braille_display_private/brlapi_connection.h b/chrome/browser/extensions/api/braille_display_private/brlapi_connection.h |
index 044e6f5dcd3614fb71ef0c128ca8257f2df33342..225ea0119f15725b0902c9ab775040b5fd13df11 100644 |
--- a/chrome/browser/extensions/api/braille_display_private/brlapi_connection.h |
+++ b/chrome/browser/extensions/api/braille_display_private/brlapi_connection.h |
@@ -37,7 +37,7 @@ class BrlapiConnection { |
virtual bool Connected() = 0; |
// Gets the last brlapi error on this thread. |
- // This works ismilar to errno in C. There's one thread-local error |
+ // This works similar to errno in C. There's one thread-local error |
// value, meaning that this method should be called after any |
// other method of this class that can return an error without calling |
// another method in between. This class is not thread safe. |