btrfs-progs: typo review of strings and comments
[platform/upstream/btrfs-progs.git] / ulist.c
diff --git a/ulist.c b/ulist.c
index 60fdc09..c5eca45 100644 (file)
--- a/ulist.c
+++ b/ulist.c
@@ -30,7 +30,7 @@
  * }
  * ulist_free(ulist);
  *
- * This assumes the graph nodes are adressable by u64. This stems from the
+ * This assumes the graph nodes are addressable by u64. This stems from the
  * usage for tree enumeration in btrfs, where the logical addresses are
  * 64 bit.
  *